Interface RuntimeEvent<ENTITY_TYPE,EVENT_TYPE extends Enum<?>>
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
VariableCreatedEvent,VariableDeletedEvent,VariableEvent,VariableUpdatedEvent
-
Method Summary
-
Method Details
-
getId
String getId() -
getEntity
ENTITY_TYPE getEntity() -
getTimestamp
Long getTimestamp() -
getEventType
EVENT_TYPE getEventType() -
getProcessInstanceId
String getProcessInstanceId() -
getParentProcessInstanceId
String getParentProcessInstanceId() -
getProcessDefinitionId
String getProcessDefinitionId() -
getProcessDefinitionKey
String getProcessDefinitionKey() -
getProcessDefinitionVersion
Integer getProcessDefinitionVersion() -
getBusinessKey
String getBusinessKey()
-