com.ibm.task.spi

Class NotificationEventHandler

  • java.lang.Object
    • com.ibm.task.spi.NotificationEventHandler
  • All Implemented Interfaces:
    NotificationEventHandlerPlugin


    public class NotificationEventHandler
    extends java.lang.Object
    implements NotificationEventHandlerPlugin
    This class provides a default implementation for the Human Task Manager NotificationEventHandlerPlugin interface.

    Note that it is best practice to inherit from this class instead of implementing the interface directly. This helps to ensure upward compatibility of your code.

    Since:
    6.0.2
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void escalationNotification(Task task, Escalation escalation)
      This method is called when an escalation of a task is fired.
      • Methods inherited from class java.lang.Object

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

      • NotificationEventHandler

        public NotificationEventHandler()
    • Method Detail

      • escalationNotification

        public void escalationNotification(Task task,
                                  Escalation escalation)
        This method is called when an escalation of a task is fired.

        Note: This method is only called when the escalation action was set to 'event'.

        Specified by:
        escalationNotification in interface NotificationEventHandlerPlugin
        Parameters:
        task - The task which is escalated.
        escalation - The escalation data.
IBM Business Process ManagerTM
Release 8