Uses of Interface
org.nuxeo.ecm.platform.notification.api.Notification
Packages that use Notification
Package
Description
-
Uses of Notification in org.nuxeo.ecm.platform.ec.notification
Classes in org.nuxeo.ecm.platform.ec.notification that implement NotificationModifier and TypeClassDescriptionclass
A notification that a user can subscribe to.Methods in org.nuxeo.ecm.platform.ec.notification with parameters of type NotificationModifier and TypeMethodDescriptionboolean
NotificationEventListener.isInterestedInNotification
(Notification notif) protected void
NotificationEventListener.sendNotificationSignalForUser
(Notification notification, String subscriptor, Event event, DocumentEventContext ctx) Method parameters in org.nuxeo.ecm.platform.ec.notification with type arguments of type NotificationModifier and TypeMethodDescriptionprotected void
NotificationEventListener.handleNotifications
(Event event, List<Notification> notifs) -
Uses of Notification in org.nuxeo.ecm.platform.ec.notification.service
Classes in org.nuxeo.ecm.platform.ec.notification.service that implement NotificationMethods in org.nuxeo.ecm.platform.ec.notification.service that return NotificationModifier and TypeMethodDescriptionNotificationService.getNotificationByName
(String selectedNotification) Methods in org.nuxeo.ecm.platform.ec.notification.service that return types with arguments of type NotificationModifier and TypeMethodDescriptionNotificationRegistryImpl.getNotificationRegistry()
Deprecated.since 10.2, seems unusedNotificationRegistryImpl.getNotifications()
NotificationRegistryImpl.getNotificationsForEvent
(String eventId) Gets the list of possible notifications for an event.NotificationService.getNotificationsForEvents
(String eventId) NotificationRegistryImpl.getNotificationsForSubscriptions
(String parentType) NotificationService.getNotificationsForSubscriptions
(String parentType) Methods in org.nuxeo.ecm.platform.ec.notification.service with parameters of type NotificationModifier and TypeMethodDescriptionvoid
NotificationRegistryImpl.registerNotification
(Notification notif, List<String> events) void
NotificationRegistryImpl.unregisterNotification
(Notification notif) -
Uses of Notification in org.nuxeo.ecm.platform.notification.api
Methods in org.nuxeo.ecm.platform.notification.api that return NotificationModifier and TypeMethodDescriptionNotificationManager.getNotificationByName
(String selectedNotification) Returns a notification with all data loaded (label, etc).Methods in org.nuxeo.ecm.platform.notification.api that return types with arguments of type NotificationModifier and TypeMethodDescriptionNotificationRegistry.getNotifications()
NotificationRegistry.getNotificationsForEvent
(String eventId) NotificationManager.getNotificationsForEvents
(String eventId) NotificationManager.getNotificationsForSubscriptions
(String parentType) NotificationRegistry.getNotificationsForSubscriptions
(String parentType) Methods in org.nuxeo.ecm.platform.notification.api with parameters of type NotificationModifier and TypeMethodDescriptionvoid
NotificationRegistry.registerNotification
(Notification notif, List<String> events) void
NotificationRegistry.unregisterNotification
(Notification notif) Unregister notification contribution and remove reference in event registry