Interface FlowableVariableEvent
- All Superinterfaces:
FlowableEngineEvent, FlowableEvent
- All Known Implementing Classes:
FlowableVariableEventImpl, FlowableVariableEventImpl
An
FlowableEvent related to a single variable.- Author:
- Frederik Heremans, Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface FlowableEngineEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeIdMethods inherited from interface FlowableEvent
getType
-
Method Details
-
getVariableName
String getVariableName()- Returns:
- the name of the variable involved.
-
getVariableValue
Object getVariableValue()- Returns:
- the current value of the variable.
-
getVariableType
VariableType getVariableType()- Returns:
- The
VariableTypeof the variable.
-
getTaskId
String getTaskId()- Returns:
- the id of the task the variable has been set on.
-
getVariableInstanceId
String getVariableInstanceId()- Returns:
- the id of the variable instance.
-