Class ActivitiEntityWithVariablesEventImpl
- java.lang.Object
-
- org.activiti.engine.delegate.event.impl.ActivitiEventImpl
-
- org.activiti.engine.delegate.event.impl.ActivitiEntityEventImpl
-
- org.activiti.engine.delegate.event.impl.ActivitiEntityWithVariablesEventImpl
-
- All Implemented Interfaces:
ActivitiEntityEvent,ActivitiEntityWithVariablesEvent,ActivitiEvent
- Direct Known Subclasses:
ActivitiProcessStartedEventImpl
public class ActivitiEntityWithVariablesEventImpl extends ActivitiEntityEventImpl implements ActivitiEntityWithVariablesEvent
Base class for allActivitiEntityEventimplementations, related to entities with variables.
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanlocalScopeprotected java.util.Mapvariables-
Fields inherited from class org.activiti.engine.delegate.event.impl.ActivitiEntityEventImpl
entity
-
Fields inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
executionId, processDefinitionId, processInstanceId, type
-
-
Constructor Summary
Constructors Constructor Description ActivitiEntityWithVariablesEventImpl(java.lang.Object entity, java.util.Map variables, boolean localScope, ActivitiEventType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.MapgetVariables()booleanisLocalScope()-
Methods inherited from class org.activiti.engine.delegate.event.impl.ActivitiEntityEventImpl
getEntity
-
Methods inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setType, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
-
-
-
-
Constructor Detail
-
ActivitiEntityWithVariablesEventImpl
public ActivitiEntityWithVariablesEventImpl(java.lang.Object entity, java.util.Map variables, boolean localScope, ActivitiEventType type)
-
-
Method Detail
-
getVariables
public java.util.Map getVariables()
- Specified by:
getVariablesin interfaceActivitiEntityWithVariablesEvent- Returns:
- the variables created together with the entity.
-
isLocalScope
public boolean isLocalScope()
- Specified by:
isLocalScopein interfaceActivitiEntityWithVariablesEvent
-
-