public class ActivitiVariableEventImpl extends ActivitiEventImpl 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, processInstanceId, type| Constructor and Description |
|---|
ActivitiVariableEventImpl(FlowableEngineEventType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getScopeDefinitionId()
The scope definition id of the entity associated with this event.
|
String |
getScopeId()
The scope id of the entity associated with this event.
|
String |
getScopeType()
The scope type of the entity associated with this event.
|
String |
getSubScopeId()
The sub scope id of the entity associated with this event.
|
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, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExecutionId, getProcessDefinitionId, getProcessInstanceIdgetTypeprotected String variableName
protected Object variableValue
protected VariableType variableType
protected String taskId
protected String scopeId
protected String scopeType
public ActivitiVariableEventImpl(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 FlowableVariableEventVariableType of the variable.public void setVariableType(VariableType variableType)
public String getTaskId()
getTaskId in interface FlowableVariableEventpublic void setTaskId(String taskId)
public String getScopeId()
FlowableEngineEventgetScopeId in interface FlowableEngineEventgetScopeId in class ActivitiEventImplpublic void setScopeId(String scopeId)
public String getScopeType()
FlowableEngineEventgetScopeType in interface FlowableEngineEventgetScopeType in class ActivitiEventImplpublic void setScopeType(String scopeType)
public String getSubScopeId()
FlowableEngineEventgetSubScopeId in interface FlowableEngineEventgetSubScopeId in class ActivitiEventImplpublic String getScopeDefinitionId()
FlowableEngineEventgetScopeDefinitionId in interface FlowableEngineEventgetScopeDefinitionId in class ActivitiEventImplCopyright © 2023 Flowable. All rights reserved.