public class FlowableVariableEventImpl extends FlowableEngineEventImpl implements FlowableVariableEvent
FlowableVariableEvent.| Modifier and Type | Field and Description |
|---|---|
protected String |
scopeId |
protected String |
scopeType |
protected String |
taskId |
protected String |
variableName |
protected VariableType |
variableType |
protected Object |
variableValue |
executionId, processDefinitionId, processInstanceIdtype| Constructor and Description |
|---|
FlowableVariableEventImpl(FlowableEngineEventType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getScopeId() |
String |
getScopeType() |
String |
getTaskId() |
String |
getVariableName() |
VariableType |
getVariableType() |
Object |
getVariableValue() |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setTaskId(String taskId) |
void |
setVariableName(String variableName) |
void |
setVariableType(VariableType variableType) |
void |
setVariableValue(Object variableValue) |
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setTypetoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExecutionId, getProcessDefinitionId, getProcessInstanceIdgetTypeprotected String variableName
protected Object variableValue
protected VariableType variableType
protected String taskId
protected String scopeId
protected String scopeType
public FlowableVariableEventImpl(FlowableEngineEventType type)
public String getVariableName()
getVariableName in interface FlowableVariableEventpublic void setVariableName(String variableName)
public Object getVariableValue()
getVariableValue in interface FlowableVariableEventpublic void setVariableValue(Object variableValue)
public VariableType getVariableType()
getVariableType in interface FlowableVariableEventpublic void setVariableType(VariableType variableType)
public String getTaskId()
getTaskId in interface FlowableVariableEventpublic void setTaskId(String taskId)
public String getScopeId()
getScopeId in interface FlowableVariableEventpublic void setScopeId(String scopeId)
public String getScopeType()
getScopeType in interface FlowableVariableEventpublic void setScopeType(String scopeType)
Copyright © 2018 Flowable. All rights reserved.