com.ibm.task.spi

Class NotificationEventHandler

  1. java.lang.Object
  2. extended bycom.ibm.task.spi.NotificationEventHandler
All implemented interfaces:
NotificationEventHandlerPlugin

  1. public class NotificationEventHandler
  2. extends java.lang.Object
  3. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Constructor Summary

Constructor and Description
NotificationEventHandler()

Method Summary

Modifier and Type Method and Description
  1. 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

Field Detail

  1. public static final java.lang.String COPYRIGHT
See Also:

Constructor Detail

NotificationEventHandler

  1. public NotificationEventHandler( )

Method Detail

escalationNotification

  1. public void escalationNotification( Task task,
  2. 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:
Parameters:
task - The task which is escalated.
escalation - The escalation data.