Class ActivitiVariableUpdatedEventImpl
- java.lang.Object
-
- org.activiti.engine.delegate.event.impl.ActivitiEventImpl
-
- org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
-
- org.activiti.engine.delegate.event.impl.ActivitiVariableUpdatedEventImpl
-
- All Implemented Interfaces:
ActivitiEvent,ActivitiVariableEvent,ActivitiVariableUpdatedEvent
public class ActivitiVariableUpdatedEventImpl extends ActivitiVariableEventImpl implements ActivitiVariableUpdatedEvent
-
-
Field Summary
-
Fields inherited from class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
taskId, variableName, variableType, variableValue
-
Fields inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
executionId, processDefinitionId, processInstanceId, type
-
-
Constructor Summary
Constructors Constructor Description ActivitiVariableUpdatedEventImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetVariablePreviousValue()voidsetVariablePreviousValue(Object variablePreviousValue)-
Methods inherited from class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
getTaskId, getVariableName, getVariableType, getVariableValue, setTaskId, setVariableName, setVariableType, setVariableValue
-
Methods inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getReason, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setReason, setType, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.activiti.engine.delegate.event.ActivitiEvent
getProcessDefinitionId, getProcessInstanceId, getType
-
Methods inherited from interface org.activiti.engine.delegate.event.ActivitiVariableEvent
getExecutionId, getTaskId, getVariableName, getVariableType, getVariableValue
-
-
-
-
Method Detail
-
getVariablePreviousValue
public Object getVariablePreviousValue()
- Specified by:
getVariablePreviousValuein interfaceActivitiVariableUpdatedEvent- Returns:
- the previous value of the variable.
-
setVariablePreviousValue
public void setVariablePreviousValue(Object variablePreviousValue)
-
-