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 |
static java.lang.String |
COPYRIGHT
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
NotificationEventHandler
public NotificationEventHandler()
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.