Class RequestInfoVariableHandler
- java.lang.Object
-
- org.alfresco.workflow.requestInfo.RequestInfoVariableHandler
-
- All Implemented Interfaces:
Serializable
,org.activiti.engine.delegate.TaskListener
public class RequestInfoVariableHandler extends Object implements org.activiti.engine.delegate.TaskListener
A variable handler for saving the task variables to the execution context. Some of the information will be needed in other tasks (e.g. "rmwf_message"). This variable handler saves the local task variable to the execution context.- Since:
- 2.1
- Author:
- Tuna Aksoy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestInfoVariableHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
notify(org.activiti.engine.delegate.DelegateTask delegateTask)
-