Class ActivitiVariableEventImpl
java.lang.Object
org.activiti.engine.delegate.event.impl.ActivitiEventImpl
org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
- All Implemented Interfaces:
ActivitiEvent,ActivitiVariableEvent
- Direct Known Subclasses:
ActivitiVariableUpdatedEventImpl
Implementation of
ActivitiVariableEvent.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected VariableTypeprotected ObjectFields inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
executionId, processDefinitionId, processInstanceId, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetVariableName(String variableName) voidsetVariableType(VariableType variableType) voidsetVariableValue(Object variableValue) Methods inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getReason, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setReason, setType, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.activiti.engine.delegate.event.ActivitiEvent
getProcessDefinitionId, getProcessInstanceId, getTypeMethods inherited from interface org.activiti.engine.delegate.event.ActivitiVariableEvent
getExecutionId
-
Field Details
-
variableName
-
variableValue
-
variableType
-
taskId
-
-
Constructor Details
-
ActivitiVariableEventImpl
-
-
Method Details
-
getVariableName
- Specified by:
getVariableNamein interfaceActivitiVariableEvent- Returns:
- the name of the variable involved.
-
setVariableName
-
getVariableValue
- Specified by:
getVariableValuein interfaceActivitiVariableEvent- Returns:
- the current value of the variable.
-
setVariableValue
-
getVariableType
- Specified by:
getVariableTypein interfaceActivitiVariableEvent- Returns:
- The
VariableTypeof the variable.
-
setVariableType
-
getTaskId
- Specified by:
getTaskIdin interfaceActivitiVariableEvent- Returns:
- the id of the task the variable has been set on.
-
setTaskId
-