Class BpmSendNotificationUserTaskListener

java.lang.Object
io.jmix.bpm.notifications.BpmSendNotificationUserTaskListener
All Implemented Interfaces:
Serializable, org.flowable.engine.delegate.TaskListener, org.flowable.task.service.delegate.BaseTaskListener, org.flowable.task.service.delegate.TaskListener

@Component("bpm_BpmSendNotificationUserTaskListener") public class BpmSendNotificationUserTaskListener extends Object implements org.flowable.engine.delegate.TaskListener
A special task listener that allows sending notifications to the certain recipient when a certain user task is reached.
See Also:
  • Field Summary

    Fields inherited from interface org.flowable.task.service.delegate.BaseTaskListener

    EVENTNAME_ALL_EVENTS, EVENTNAME_ASSIGNMENT, EVENTNAME_COMPLETE, EVENTNAME_CREATE, EVENTNAME_DELETE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.flowable.common.engine.impl.el.ExpressionManager
     
    void
    notify(org.flowable.task.service.delegate.DelegateTask delegateTask)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BpmSendNotificationUserTaskListener

      public BpmSendNotificationUserTaskListener()
  • Method Details

    • notify

      public void notify(org.flowable.task.service.delegate.DelegateTask delegateTask)
      Specified by:
      notify in interface org.flowable.task.service.delegate.TaskListener
    • getExpressionManager

      protected org.flowable.common.engine.impl.el.ExpressionManager getExpressionManager()