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 ActivitiEventImpl
executionId, processDefinitionId, processInstanceId, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidvoidsetVariableName(String variableName) voidsetVariableType(VariableType variableType) voidsetVariableValue(Object variableValue) Methods inherited from class ActivitiEventImpl
getActor, getExecutionId, getProcessDefinitionId, getProcessInstanceId, getReason, getType, setActor, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setReason, setType, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ActivitiEvent
getProcessDefinitionId, getProcessInstanceId, getTypeMethods inherited from interface 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
-
isTaskVariable
public boolean isTaskVariable()- Specified by:
isTaskVariablein interfaceActivitiVariableEvent
-