public class FlowableVariableEventImpl extends FlowableEngineEventImpl implements FlowableVariableEvent
FlowableVariableEvent.| Modifier and Type | Field and Description |
|---|---|
protected String |
taskId |
protected String |
variableName |
protected VariableType |
variableType |
protected Object |
variableValue |
scopeDefinitionId, scopeId, scopeType, subScopeIdtype| Constructor and Description |
|---|
FlowableVariableEventImpl(FlowableEngineEventType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTaskId() |
String |
getVariableName() |
VariableType |
getVariableType() |
Object |
getVariableValue() |
void |
setTaskId(String taskId) |
void |
setVariableName(String variableName) |
void |
setVariableType(VariableType variableType) |
void |
setVariableValue(Object variableValue) |
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setScopeDefinitionId, setScopeId, setScopeType, setSubScopeId, setTypetoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeIdgetTypeprotected String variableName
protected Object variableValue
protected VariableType variableType
protected String taskId
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)
Copyright © 2022 Flowable. All rights reserved.