- All Superinterfaces:
FlowableEvent
- All Known Subinterfaces:
FlowableActivityCancelledEvent
, FlowableActivityEvent
, FlowableCancelledEvent
, FlowableCaseEndedEvent
, FlowableCaseStageEndedEvent
, FlowableCaseStageStartedEvent
, FlowableCaseStartedEvent
, FlowableConditionalEvent
, FlowableEngineEntityEvent
, FlowableErrorEvent
, FlowableEscalationEvent
, FlowableMessageEvent
, FlowableMultiInstanceActivityCancelledEvent
, FlowableMultiInstanceActivityCompletedEvent
, FlowableMultiInstanceActivityEvent
, FlowableProcessEngineEvent
, FlowableSequenceFlowTakenEvent
, FlowableSignalEvent
, FlowableVariableEvent
- All Known Implementing Classes:
FlowableActivityCancelledEventImpl
, FlowableActivityEventImpl
, FlowableCaseEndedEventImpl
, FlowableCaseStageEndedEventImpl
, FlowableCaseStageStartedEventImpl
, FlowableCaseStartedEventImpl
, FlowableConditionalEventImpl
, FlowableEngineEventImpl
, FlowableEntityEventImpl
, FlowableEntityEventImpl
, FlowableEntityExceptionEventImpl
, FlowableEntityExceptionEventImpl
, FlowableEntityWithVariablesEventImpl
, FlowableErrorEventImpl
, FlowableEscalationEventImpl
, FlowableJobRescheduledEventImpl
, FlowableMessageEventImpl
, FlowableMultiInstanceActivityCancelledEventImpl
, FlowableMultiInstanceActivityCompletedEventImpl
, FlowableMultiInstanceActivityEventImpl
, FlowableProcessCancelledEventImpl
, FlowableProcessEventImpl
, FlowableProcessStartedEventImpl
, FlowableProcessTerminatedEventImpl
, FlowableSequenceFlowTakenEventImpl
, FlowableSignalEventImpl
, FlowableVariableEventImpl
, FlowableVariableEventImpl
-
Method Summary
The scope definition id of the entity associated with this event.
The scope id of the entity associated with this event.
The scope type of the entity associated with this event.
The sub scope id of the entity associated with this event.
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Method Details
-
getExecutionId
- Returns:
- the id of the execution this event is associated with. Returns null, if the event was not dispatched from within an active execution.
-
getProcessInstanceId
- Returns:
- the id of the process instance this event is associated with. Returns null, if the event was not dispatched from within an active execution.
-
getProcessDefinitionId
String getProcessDefinitionId()
- Returns:
- the id of the process definition this event is associated with. Returns null, if the event was not dispatched from within an active execution.
-
getScopeType
The scope type of the entity associated with this event.
-
getScopeId
The scope id of the entity associated with this event.
-
getSubScopeId
The sub scope id of the entity associated with this event.
-
getScopeDefinitionId
The scope definition id of the entity associated with this event.