Interface FlowableEntityWithVariablesEvent
-
- All Superinterfaces:
FlowableEntityEvent,FlowableEvent
- All Known Subinterfaces:
FlowableProcessStartedEvent
- All Known Implementing Classes:
FlowableEntityWithVariablesEventImpl,FlowableProcessStartedEventImpl
public interface FlowableEntityWithVariablesEvent extends FlowableEntityEvent
AnFlowableEntityEventrelated to a single entity.- Author:
- Tijs Rademakers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MapgetVariables()booleanisLocalScope()-
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 Detail
-
getVariables
Map getVariables()
- Returns:
- the variables created together with the entity.
-
isLocalScope
boolean isLocalScope()
-
-