Class RequestInfoNotifier

java.lang.Object
org.alfresco.workflow.requestInfo.RequestInfoNotifier
All Implemented Interfaces:
Serializable, org.activiti.engine.delegate.TaskListener

public class RequestInfoNotifier extends Object implements org.activiti.engine.delegate.TaskListener
Request info workflow notifier. After the pooled task has been finished the initiator of the workflow will get a task to verify the information. The initiator will also receive an email.
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

    • RequestInfoNotifier

      public RequestInfoNotifier()
  • 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)