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 java.util.MapgetVariables()booleanisLocalScope()-
Methods inherited from interface org.activiti.engine.delegate.event.ActivitiEntityEvent
getEntity
-
Methods inherited from interface org.activiti.engine.delegate.event.ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
-