public class FlowableVariableEventImpl extends FlowableProcessEventImpl implements org.flowable.variable.api.event.FlowableVariableEvent
FlowableVariableEvent.| Modifier and Type | Field and Description |
|---|---|
protected String |
scopeId |
protected String |
scopeType |
protected String |
taskId |
protected String |
variableName |
protected org.flowable.variable.api.types.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() |
org.flowable.variable.api.types.VariableType |
getVariableType() |
Object |
getVariableValue() |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setTaskId(String taskId) |
void |
setVariableName(String variableName) |
void |
setVariableType(org.flowable.variable.api.types.VariableType variableType) |
void |
setVariableValue(Object variableValue) |
getExecutiongetExecutionId, getProcessDefinitionId, getProcessInstanceId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setTypetoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExecutionId, getProcessDefinitionId, getProcessInstanceIdgetTypeprotected String variableName
protected Object variableValue
protected org.flowable.variable.api.types.VariableType variableType
protected String taskId
protected String scopeId
protected String scopeType
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)
public String getScopeId()
getScopeId in interface org.flowable.variable.api.event.FlowableVariableEventpublic void setScopeId(String scopeId)
public String getScopeType()
getScopeType in interface org.flowable.variable.api.event.FlowableVariableEventpublic void setScopeType(String scopeType)
Copyright © 2018 Flowable. All rights reserved.