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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
notify
(org.activiti.engine.delegate.DelegateTask delegateTask)
-
Constructor Details
-
RequestInfoNotifier
public RequestInfoNotifier()
-
-
Method Details
-
notify
public void notify(org.activiti.engine.delegate.DelegateTask delegateTask) - Specified by:
notify
in interfaceorg.activiti.engine.delegate.TaskListener
- See Also:
-
TaskListener.notify(org.activiti.engine.delegate.DelegateTask)
-