Class NotificationRegistryImpl
java.lang.Object
org.nuxeo.ecm.platform.ec.notification.service.NotificationRegistryImpl
- All Implemented Interfaces:
Serializable,NotificationRegistry
- Author:
- Narcis Paslaru, Thierry Martins
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Gets the list of event names used by notifications.getNotificationsForEvent(String eventId) Gets the list of possible notifications for an event.getNotificationsForSubscriptions(String parentType) voidregisterNotification(Notification notif, List<String> events) voidUnregister notification contribution and remove reference in event registry
-
Constructor Details
-
NotificationRegistryImpl
public NotificationRegistryImpl()
-
-
Method Details
-
clear
public void clear()- Specified by:
clearin interfaceNotificationRegistry
-
registerNotification
- Specified by:
registerNotificationin interfaceNotificationRegistry
-
unregisterNotification
Description copied from interface:NotificationRegistryUnregister notification contribution and remove reference in event registry- Specified by:
unregisterNotificationin interfaceNotificationRegistry
-
getNotificationEventNames
Description copied from interface:NotificationRegistryGets the list of event names used by notifications.- Specified by:
getNotificationEventNamesin interfaceNotificationRegistry
-
getNotificationsForEvent
Gets the list of possible notifications for an event.- Specified by:
getNotificationsForEventin interfaceNotificationRegistry
-
getNotifications
- Specified by:
getNotificationsin interfaceNotificationRegistry
-
getNotificationsForSubscriptions
- Specified by:
getNotificationsForSubscriptionsin interfaceNotificationRegistry
-