Uses of Interface
org.nuxeo.ecm.platform.notification.api.Notification
Package
Description
-
Uses of Notification in org.nuxeo.ecm.platform.ec.notification
Modifier and TypeClassDescriptionclass
A notification that a user can subscribe to.Modifier and TypeMethodDescriptionboolean
NotificationEventListener.isInterestedInNotification
(Notification notif) protected void
NotificationEventListener.sendNotificationSignalForUser
(Notification notification, String subscriptor, Event event, DocumentEventContext ctx) Modifier and TypeMethodDescriptionprotected void
NotificationEventListener.handleNotifications
(Event event, List<Notification> notifs) -
Uses of Notification in org.nuxeo.ecm.platform.ec.notification.service
Modifier and TypeMethodDescriptionNotificationService.getNotificationByName
(String selectedNotification) Modifier 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) Modifier and TypeMethodDescriptionvoid
NotificationRegistryImpl.registerNotification
(Notification notif, List<String> events) void
NotificationRegistryImpl.unregisterNotification
(Notification notif) -
Uses of Notification in org.nuxeo.ecm.platform.notification.api
Modifier and TypeMethodDescriptionNotificationManager.getNotificationByName
(String selectedNotification) Returns a notification with all data loaded (label, etc).Modifier and TypeMethodDescriptionNotificationRegistry.getNotifications()
NotificationRegistry.getNotificationsForEvent
(String eventId) NotificationManager.getNotificationsForEvents
(String eventId) NotificationManager.getNotificationsForSubscriptions
(String parentType) NotificationRegistry.getNotificationsForSubscriptions
(String parentType) Modifier and TypeMethodDescriptionvoid
NotificationRegistry.registerNotification
(Notification notif, List<String> events) void
NotificationRegistry.unregisterNotification
(Notification notif) Unregister notification contribution and remove reference in event registry