Interface FlowableEntityWithVariablesEvent
- All Superinterfaces:
FlowableEntityEvent
,FlowableEvent
- All Known Subinterfaces:
FlowableProcessStartedEvent
- All Known Implementing Classes:
FlowableEntityWithVariablesEventImpl
,FlowableProcessStartedEventImpl
An
FlowableEntityEvent
related to a single entity.- Author:
- Tijs Rademakers
-
Method Summary
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEntityEvent
getEntity
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Method Details
-
getVariables
Map getVariables()- Returns:
- the variables created together with the entity.
-
isLocalScope
boolean isLocalScope()
-