public class ActivitiEntityWithVariablesEventImpl extends ActivitiEntityEventImpl implements ActivitiEntityWithVariablesEvent
ActivitiEntityEvent
implementations, related to entities with variables.Modifier and Type | Field and Description |
---|---|
protected boolean |
localScope |
protected Map |
variables |
entity
executionId, processDefinitionId, processInstanceId, type
Constructor and Description |
---|
ActivitiEntityWithVariablesEventImpl(Object entity,
Map variables,
boolean localScope,
ActivitiEventType type) |
Modifier and Type | Method and Description |
---|---|
Map |
getVariables() |
boolean |
isLocalScope() |
getEntity
getEngineServices, getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEntity
getEngineServices, getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
protected Map variables
protected boolean localScope
public ActivitiEntityWithVariablesEventImpl(Object entity, Map variables, boolean localScope, ActivitiEventType type)
public Map getVariables()
getVariables
in interface ActivitiEntityWithVariablesEvent
public boolean isLocalScope()
isLocalScope
in interface ActivitiEntityWithVariablesEvent
Copyright © 2016 Alfresco. All rights reserved.