Interface FlowableCaseStartedEvent
- All Superinterfaces:
FlowableEngineEntityEvent, FlowableEngineEvent, FlowableEntityEvent, FlowableEvent
- All Known Implementing Classes:
FlowableCaseStartedEventImpl
- Author:
- Filip Hrisafov
-
Method Summary
Methods inherited from interface FlowableEngineEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeIdMethods inherited from interface FlowableEvent
getType
-
Method Details
-
getEntity
CaseInstance getEntity()- Specified by:
getEntityin interfaceFlowableEntityEvent- Returns:
- the entity that is targeted by this event.
-