Class TaskNotificationListener

  • All Implemented Interfaces:
    java.io.Serializable, org.activiti.engine.delegate.TaskListener

    public class TaskNotificationListener
    extends java.lang.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:
    Serialized Form
    • Constructor Detail

      • TaskNotificationListener

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