Uses of Interface
org.nuxeo.ecm.platform.notification.api.Notification
-
Packages that use Notification Package Description org.nuxeo.ecm.platform.ec.notification org.nuxeo.ecm.platform.ec.notification.service org.nuxeo.ecm.platform.notification.api -
-
Uses of Notification in org.nuxeo.ecm.platform.ec.notification
Classes in org.nuxeo.ecm.platform.ec.notification that implement Notification Modifier and Type Class Description classNotificationImplA notification that a user can subscribe to.Methods in org.nuxeo.ecm.platform.ec.notification with parameters of type Notification Modifier and Type Method Description booleanNotificationEventListener. 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 Notification Modifier and Type Method Description protected 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 Notification Modifier and Type Class Description classNotificationDescriptorMethods in org.nuxeo.ecm.platform.ec.notification.service that return Notification Modifier and Type Method Description NotificationNotificationService. getNotificationByName(String selectedNotification)Methods in org.nuxeo.ecm.platform.ec.notification.service that return types with arguments of type Notification Modifier and Type Method Description Map<String,List<Notification>>NotificationRegistryImpl. getNotificationRegistry()Deprecated.since 10.2, seems unusedList<Notification>NotificationRegistryImpl. getNotifications()List<Notification>NotificationRegistryImpl. getNotificationsForEvent(String eventId)Gets the list of possible notifications for an event.List<Notification>NotificationService. getNotificationsForEvents(String eventId)List<Notification>NotificationRegistryImpl. getNotificationsForSubscriptions(String parentType)List<Notification>NotificationService. getNotificationsForSubscriptions(String parentType)Methods in org.nuxeo.ecm.platform.ec.notification.service with parameters of type Notification Modifier and Type Method Description voidNotificationRegistryImpl. 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 Notification Modifier and Type Method Description NotificationNotificationManager. 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 Notification Modifier and Type Method Description List<Notification>NotificationRegistry. getNotifications()List<Notification>NotificationRegistry. getNotificationsForEvent(String eventId)List<Notification>NotificationManager. getNotificationsForEvents(String eventId)List<Notification>NotificationManager. getNotificationsForSubscriptions(String parentType)List<Notification>NotificationRegistry. getNotificationsForSubscriptions(String parentType)Methods in org.nuxeo.ecm.platform.notification.api with parameters of type Notification Modifier and Type Method Description voidNotificationRegistry. registerNotification(Notification notif, List<String> events)voidNotificationRegistry. unregisterNotification(Notification notif)Unregister notification contribution and remove reference in event registry
-