Class TaskNotificationListener

java.lang.Object
org.alfresco.repo.workflow.activiti.tasklistener.TaskNotificationListener
All Implemented Interfaces:
Serializable, org.activiti.engine.delegate.TaskListener

public class TaskNotificationListener extends Object implements org.activiti.engine.delegate.TaskListener
Tasklistener 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:
  • Constructor Details

    • TaskNotificationListener

      public TaskNotificationListener()
  • Method Details

    • 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:
      notify in interface org.activiti.engine.delegate.TaskListener