Interface RuntimeEvent<ENTITY_TYPE,EVENT_TYPE extends Enum<?>>

All Superinterfaces:
Serializable
All Known Subinterfaces:
VariableCreatedEvent, VariableDeletedEvent, VariableEvent, VariableUpdatedEvent

public interface RuntimeEvent<ENTITY_TYPE,EVENT_TYPE extends Enum<?>> extends Serializable
  • 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()