public class FlowableVariableEventImpl extends FlowableProcessEventImpl implements org.flowable.variable.api.event.FlowableVariableEvent
FlowableVariableEvent.| Modifier and Type | Field and Description |
|---|---|
protected String |
taskId |
protected String |
variableName |
protected org.flowable.variable.api.types.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() |
org.flowable.variable.api.types.VariableType |
getVariableType() |
Object |
getVariableValue() |
void |
setTaskId(String taskId) |
void |
setVariableName(String variableName) |
void |
setVariableType(org.flowable.variable.api.types.VariableType variableType) |
void |
setVariableValue(Object variableValue) |
getExecutiongetExecutionId, 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 org.flowable.variable.api.types.VariableType variableType
protected String taskId
public FlowableVariableEventImpl(FlowableEngineEventType type)
public String getVariableName()
getVariableName in interface org.flowable.variable.api.event.FlowableVariableEventpublic void setVariableName(String variableName)
public Object getVariableValue()
getVariableValue in interface org.flowable.variable.api.event.FlowableVariableEventpublic void setVariableValue(Object variableValue)
public org.flowable.variable.api.types.VariableType getVariableType()
getVariableType in interface org.flowable.variable.api.event.FlowableVariableEventpublic void setVariableType(org.flowable.variable.api.types.VariableType variableType)
public String getTaskId()
getTaskId in interface org.flowable.variable.api.event.FlowableVariableEventpublic void setTaskId(String taskId)
Copyright © 2020 Flowable. All rights reserved.