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 org.activiti.engine.delegate.event.ActivitiEntityEvent
getActor, getEntity, getReasonMethods inherited from interface org.activiti.engine.delegate.event.ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
Method Details
-
getVariables
Map getVariables()- Returns:
- the variables created together with the entity.
-
isLocalScope
boolean isLocalScope()
-