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 class
NotificationImpl
A 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 boolean
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 Notification Modifier and Type Method Description protected 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 Notification Modifier and Type Class Description class
NotificationDescriptor
Methods in org.nuxeo.ecm.platform.ec.notification.service that return Notification Modifier and Type Method Description Notification
NotificationService. 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 void
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 Notification Modifier and Type Method Description Notification
NotificationManager. 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 void
NotificationRegistry. registerNotification(Notification notif, List<String> events)
void
NotificationRegistry. unregisterNotification(Notification notif)
Unregister notification contribution and remove reference in event registry
-