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 TypeClassDescriptionclassA notification that a user can subscribe to.Methods in org.nuxeo.ecm.platform.ec.notification with parameters of type NotificationModifier and TypeMethodDescriptionbooleanNotificationEventListener.isInterestedInNotification(Notification notif) protected voidNotificationEventListener.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 voidNotificationEventListener.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.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 TypeMethodDescriptionvoidNotificationRegistryImpl.registerNotification(Notification notif, List<String> events) voidNotificationRegistryImpl.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 TypeMethodDescriptionvoidNotificationRegistry.registerNotification(Notification notif, List<String> events) voidNotificationRegistry.unregisterNotification(Notification notif) Unregister notification contribution and remove reference in event registry