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 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(Object entity, Map variables, boolean localScope, ActivitiEventType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, getReason, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setReason, 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, getReason
-
Methods inherited from interface org.activiti.engine.delegate.event.ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
-
-
-
Field Detail
-
variables
protected Map variables
-
localScope
protected boolean localScope
-
-
Constructor Detail
-
ActivitiEntityWithVariablesEventImpl
public ActivitiEntityWithVariablesEventImpl(Object entity, Map variables, boolean localScope, ActivitiEventType type)
-
-
Method Detail
-
getVariables
public Map getVariables()
- Specified by:
getVariablesin interfaceActivitiEntityWithVariablesEvent- Returns:
- the variables created together with the entity.
-
isLocalScope
public boolean isLocalScope()
- Specified by:
isLocalScopein interfaceActivitiEntityWithVariablesEvent
-
-