Interface ActivitiEntityWithVariablesEvent
- All Superinterfaces:
ActivitiEntityEvent, ActivitiEvent
- All Known Subinterfaces:
ActivitiProcessStartedEvent
- All Known Implementing Classes:
ActivitiEntityWithVariablesEventImpl, ActivitiProcessStartedEventImpl
An
ActivitiEntityEvent related to a single entity.-
Method Summary
Methods inherited from interface ActivitiEntityEvent
getActor, getEntity, getReasonMethods inherited from interface ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
Method Details
-
getVariables
Map getVariables()- Returns:
- the variables created together with the entity.
-
isLocalScope
boolean isLocalScope()
-