| Package | Description |
|---|---|
| org.nuxeo.ecm.platform.ec.notification | |
| org.nuxeo.ecm.platform.ec.notification.service | |
| org.nuxeo.ecm.platform.notification.api | |
| org.nuxeo.ecm.webapp.notification |
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationImpl
A notification that a user can subscribe to.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NotificationEventListener.isInterestedInNotification(Notification notif) |
protected void |
NotificationEventListener.sendNotificationSignalForUser(Notification notification,
String subscriptor,
Event event,
DocumentEventContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
NotificationEventListener.handleNotifications(Event event,
List<Notification> notifs) |
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationDescriptor |
| Modifier and Type | Method and Description |
|---|---|
Notification |
NotificationService.getNotificationByName(String selectedNotification) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<Notification>> |
NotificationRegistryImpl.getNotificationRegistry()
Deprecated.
since 10.2, seems unused
|
List<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> |
NotificationService.getNotificationsForSubscriptions(String parentType) |
List<Notification> |
NotificationRegistryImpl.getNotificationsForSubscriptions(String parentType) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationRegistryImpl.registerNotification(Notification notif,
List<String> events) |
void |
NotificationRegistryImpl.unregisterNotification(Notification notif) |
| Modifier and Type | Method and Description |
|---|---|
Notification |
NotificationManager.getNotificationByName(String selectedNotification)
Returns a notification with all data loaded (label, etc).
|
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
NotificationRegistry.getNotifications() |
List<Notification> |
NotificationRegistry.getNotificationsForEvent(String eventId) |
List<Notification> |
NotificationManager.getNotificationsForEvents(String eventId) |
List<Notification> |
NotificationRegistry.getNotificationsForSubscriptions(String parentType) |
List<Notification> |
NotificationManager.getNotificationsForSubscriptions(String parentType) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationRegistry.registerNotification(Notification notif,
List<String> events) |
void |
NotificationRegistry.unregisterNotification(Notification notif)
Unregister notification contribution and remove reference in event registry
|
| Modifier and Type | Method and Description |
|---|---|
Notification |
SelectableSubscription.getNotification() |
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
SubscriptionsAction.getInheritedNotifications() |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectableSubscription.setNotification(Notification notification) |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionsAction.setInheritedNotifications(List<Notification> inheritedNotifications) |
| Constructor and Description |
|---|
SelectableSubscription(boolean selected,
Notification notification) |
Copyright © 2019 Nuxeo. All rights reserved.