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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
Gets the list of event names used by notifications.Deprecated.since 10.2, seems unusedgetNotificationsForEvent
(String eventId) Gets the list of possible notifications for an event.getNotificationsForSubscriptions
(String parentType) void
registerNotification
(Notification notif, List<String> events) void
Unregister notification contribution and remove reference in event registry
-
Constructor Details
-
NotificationRegistryImpl
public NotificationRegistryImpl()
-
-
Method Details
-
clear
public void clear()- Specified by:
clear
in interfaceNotificationRegistry
-
registerNotification
- Specified by:
registerNotification
in interfaceNotificationRegistry
-
unregisterNotification
Description copied from interface:NotificationRegistry
Unregister notification contribution and remove reference in event registry- Specified by:
unregisterNotification
in interfaceNotificationRegistry
-
getNotificationEventNames
Description copied from interface:NotificationRegistry
Gets the list of event names used by notifications.- Specified by:
getNotificationEventNames
in interfaceNotificationRegistry
-
getNotificationsForEvent
Gets the list of possible notifications for an event.- Specified by:
getNotificationsForEvent
in interfaceNotificationRegistry
-
getNotifications
- Specified by:
getNotifications
in interfaceNotificationRegistry
-
getNotificationRegistry
Deprecated.since 10.2, seems unused -
getNotificationsForSubscriptions
- Specified by:
getNotificationsForSubscriptions
in interfaceNotificationRegistry
-