Package org.flowable.eventregistry.api
Interface EventDefinition
public interface EventDefinition
An object structure representing an event definition
- Author:
- Tijs Rademakers, Joram Barez
-
Method Summary
Modifier and TypeMethodDescriptioncategory name of the event definitionThe deployment in which this form is contained.description of this event definitiongetId()
unique identifiergetKey()
unique name for all versions this event definitiongetName()
label used for display purposesname ofthe resource
of this event definition.The tenant identifier of this formint
version of this event definition
-
Method Details
-
getId
String getId()unique identifier -
getCategory
String getCategory()category name of the event definition -
getName
String getName()label used for display purposes -
getKey
String getKey()unique name for all versions this event definition -
getVersion
int getVersion()version of this event definition -
getDescription
String getDescription()description of this event definition -
getResourceName
String getResourceName()name ofthe resource
of this event definition. -
getDeploymentId
String getDeploymentId()The deployment in which this form is contained. -
getTenantId
String getTenantId()The tenant identifier of this form
-