Class TaskNotificationListener
- java.lang.Object
-
- org.alfresco.repo.workflow.activiti.tasklistener.TaskNotificationListener
-
- All Implemented Interfaces:
java.io.Serializable,org.activiti.engine.delegate.TaskListener
public class TaskNotificationListener extends java.lang.Object implements org.activiti.engine.delegate.TaskListenerTasklistener that is notified when a task is created, will send email-notification if this is required for this workflow.- Since:
- 4.2
- Author:
- Frederik Heremans
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskNotificationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotify(org.activiti.engine.delegate.DelegateTask task)voidsetPropertyConverter(ActivitiPropertyConverter propertyConverter)voidsetWorkflowNotification(WorkflowNotificationUtils service)
-
-
-
Method Detail
-
setWorkflowNotification
public void setWorkflowNotification(WorkflowNotificationUtils service)
- Parameters:
service- the service registry
-
setPropertyConverter
public void setPropertyConverter(ActivitiPropertyConverter propertyConverter)
- Parameters:
propertyConverter- the property converter
-
notify
public void notify(org.activiti.engine.delegate.DelegateTask task)
- Specified by:
notifyin interfaceorg.activiti.engine.delegate.TaskListener
-
-