Interface ActivitiEntityWithVariablesEvent
-
- All Superinterfaces:
ActivitiEntityEvent,ActivitiEvent
- All Known Subinterfaces:
ActivitiProcessStartedEvent
- All Known Implementing Classes:
ActivitiEntityWithVariablesEventImpl,ActivitiProcessStartedEventImpl
public interface ActivitiEntityWithVariablesEvent extends ActivitiEntityEvent
AnActivitiEntityEventrelated to a single entity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MapgetVariables()booleanisLocalScope()-
Methods inherited from interface org.activiti.engine.delegate.event.ActivitiEntityEvent
getEntity, getReason
-
Methods inherited from interface org.activiti.engine.delegate.event.ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
-
-
-
Method Detail
-
getVariables
Map getVariables()
- Returns:
- the variables created together with the entity.
-
isLocalScope
boolean isLocalScope()
-
-