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:
  • Field Summary

    Fields inherited from interface org.activiti.engine.delegate.TaskListener

    EVENTNAME_ALL_EVENTS, EVENTNAME_ASSIGNMENT, EVENTNAME_COMPLETE, EVENTNAME_CREATE, EVENTNAME_DELETE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify(org.activiti.engine.delegate.DelegateTask delegateTask)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RequestInfoVariableHandler

      public RequestInfoVariableHandler()
  • Method Details

    • notify

      public void notify(org.activiti.engine.delegate.DelegateTask delegateTask)
      Specified by:
      notify in interface org.activiti.engine.delegate.TaskListener
      See Also:
      • TaskListener.notify(org.activiti.engine.delegate.DelegateTask)