Interface NotificationRegistry
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
NotificationRegistryImpl
This class holds data about the notifications.
- Author:
- Narcis Paslaru
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Gets the list of event names used by notifications.getNotificationsForEvent(String eventId) getNotificationsForSubscriptions(String parentType) voidregisterNotification(Notification notif, List<String> events) voidUnregister notification contribution and remove reference in event registry
-
Method Details
-
clear
void clear() -
registerNotification
-
unregisterNotification
Unregister notification contribution and remove reference in event registry- Since:
- 5.6
-
getNotificationEventNames
Gets the list of event names used by notifications.- Since:
- 5.4.2
-
getNotificationsForEvent
-
getNotifications
List<Notification> getNotifications() -
getNotificationsForSubscriptions
-