public class ActivitiEntityWithVariablesEventImpl extends ActivitiEntityEventImpl implements FlowableEntityWithVariablesEvent
FlowableEntityEvent implementations, related to entities with variables.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
localScope |
protected Map |
variables |
entityexecutionId, processDefinitionId, processInstanceId, type| Constructor and Description |
|---|
ActivitiEntityWithVariablesEventImpl(Object entity,
Map variables,
boolean localScope,
org.flowable.common.engine.api.delegate.event.FlowableEngineEventType type) |
| Modifier and Type | Method and Description |
|---|---|
Map |
getVariables() |
boolean |
isLocalScope() |
getEntitygetExecutionId, getProcessDefinitionId, getProcessInstanceId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityprotected Map variables
protected boolean localScope
public Map getVariables()
getVariables in interface FlowableEntityWithVariablesEventpublic boolean isLocalScope()
isLocalScope in interface FlowableEntityWithVariablesEventCopyright © 2018 Flowable. All rights reserved.