Uses of Interface
org.jbpm.services.task.deadlines.NotificationListener
-
Packages that use NotificationListener Package Description org.jbpm.services.task.deadlines.notifications.impl org.jbpm.services.task.deadlines.notifications.impl.email org.jbpm.services.task.impl -
-
Uses of NotificationListener in org.jbpm.services.task.deadlines.notifications.impl
Methods in org.jbpm.services.task.deadlines.notifications.impl that return types with arguments of type NotificationListener Modifier and Type Method Description List<NotificationListener>
NotificationListenerManager. getNotificationListeners()
Method parameters in org.jbpm.services.task.deadlines.notifications.impl with type arguments of type NotificationListener Modifier and Type Method Description void
NotificationListenerManager. registerAdditionalNotificationListener(List<NotificationListener> additionalNotificationListener)
-
Uses of NotificationListener in org.jbpm.services.task.deadlines.notifications.impl.email
Classes in org.jbpm.services.task.deadlines.notifications.impl.email that implement NotificationListener Modifier and Type Class Description class
EmailNotificationListener
-
Uses of NotificationListener in org.jbpm.services.task.impl
Fields in org.jbpm.services.task.impl declared as NotificationListener Modifier and Type Field Description protected static NotificationListener
TaskDeadlinesServiceImpl. notificationListener
-