Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.platform.notification.api.Notification

Packages that use Notification
org.nuxeo.ecm.platform.ec.notification   
org.nuxeo.ecm.platform.ec.notification.ejb.bean   
org.nuxeo.ecm.platform.ec.notification.service   
org.nuxeo.ecm.platform.notification.api   
org.nuxeo.ecm.webapp.notification   
 

Uses of Notification in org.nuxeo.ecm.platform.ec.notification
 

Classes in org.nuxeo.ecm.platform.ec.notification that implement Notification
 class NotificationImpl
          A notification that a user can subscribe to.
 

Methods in org.nuxeo.ecm.platform.ec.notification with parameters of type Notification
 boolean NotificationEventListener.isInterestedInNotification(Notification notif)
           
 

Uses of Notification in org.nuxeo.ecm.platform.ec.notification.ejb.bean
 

Methods in org.nuxeo.ecm.platform.ec.notification.ejb.bean that return Notification
 Notification NotificationServiceBean.getNotificationByName(java.lang.String selectedNotification)
           
 

Methods in org.nuxeo.ecm.platform.ec.notification.ejb.bean that return types with arguments of type Notification
 java.util.List<Notification> SerializableNotificationRegistry.getNotifications()
           
 java.util.List<Notification> SerializableNotificationRegistry.getNotificationsForEvent(java.lang.String eventId)
           
 java.util.List<Notification> NotificationServiceBean.getNotificationsForEvents(java.lang.String eventId)
           
 java.util.List<Notification> SerializableNotificationRegistry.getNotificationsForSubscriptions(java.lang.String parentType)
           
 java.util.List<Notification> NotificationServiceBean.getNotificationsForSubscriptions(java.lang.String parentType)
           
 

Methods in org.nuxeo.ecm.platform.ec.notification.ejb.bean with parameters of type Notification
 void SerializableNotificationRegistry.registerNotification(Notification notif, java.util.List<java.lang.String> events)
           
 void SerializableNotificationRegistry.unregisterNotification(Notification notif, java.util.List<java.lang.String> events)
           
 

Constructor parameters in org.nuxeo.ecm.platform.ec.notification.ejb.bean with type arguments of type Notification
SerializableNotificationRegistry(java.util.List<Notification> notificationList, java.util.Map<java.lang.String,java.util.List<Notification>> notificationRegistry)
           
SerializableNotificationRegistry(java.util.List<Notification> notificationList, java.util.Map<java.lang.String,java.util.List<Notification>> notificationRegistry)
           
 

Uses of Notification in org.nuxeo.ecm.platform.ec.notification.service
 

Classes in org.nuxeo.ecm.platform.ec.notification.service that implement Notification
 class NotificationDescriptor
           
 

Methods in org.nuxeo.ecm.platform.ec.notification.service that return Notification
 Notification NotificationService.getNotificationByName(java.lang.String selectedNotification)
           
 

Methods in org.nuxeo.ecm.platform.ec.notification.service that return types with arguments of type Notification
 java.util.Map<java.lang.String,java.util.List<Notification>> NotificationRegistryImpl.getNotificationRegistry()
           
 java.util.List<Notification> NotificationRegistryImpl.getNotifications()
           
 java.util.List<Notification> NotificationRegistryImpl.getNotificationsForEvent(java.lang.String eventId)
          Gets the list of possible notifications for an event.
 java.util.List<Notification> NotificationService.getNotificationsForEvents(java.lang.String eventId)
           
 java.util.List<Notification> NotificationService.getNotificationsForSubscriptions(java.lang.String parentType)
           
 java.util.List<Notification> NotificationRegistryImpl.getNotificationsForSubscriptions(java.lang.String parentType)
           
 

Methods in org.nuxeo.ecm.platform.ec.notification.service with parameters of type Notification
 void NotificationRegistryImpl.registerNotification(Notification notif, java.util.List<java.lang.String> events)
           
 void NotificationRegistryImpl.unregisterNotification(Notification notif, java.util.List<java.lang.String> events)
           
 

Uses of Notification in org.nuxeo.ecm.platform.notification.api
 

Methods in org.nuxeo.ecm.platform.notification.api that return Notification
 Notification NotificationManager.getNotificationByName(java.lang.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
 java.util.List<Notification> NotificationRegistry.getNotifications()
           
 java.util.List<Notification> NotificationRegistry.getNotificationsForEvent(java.lang.String eventId)
           
 java.util.List<Notification> NotificationManager.getNotificationsForEvents(java.lang.String eventId)
           
 java.util.List<Notification> NotificationRegistry.getNotificationsForSubscriptions(java.lang.String parentType)
           
 java.util.List<Notification> NotificationManager.getNotificationsForSubscriptions(java.lang.String parentType)
           
 

Methods in org.nuxeo.ecm.platform.notification.api with parameters of type Notification
 void NotificationRegistry.registerNotification(Notification notif, java.util.List<java.lang.String> events)
           
 void NotificationRegistry.unregisterNotification(Notification notif, java.util.List<java.lang.String> events)
           
 

Uses of Notification in org.nuxeo.ecm.webapp.notification
 

Methods in org.nuxeo.ecm.webapp.notification that return Notification
 Notification SelectableSubscription.getNotification()
           
 

Methods in org.nuxeo.ecm.webapp.notification that return types with arguments of type Notification
 java.util.List<Notification> SubscriptionsAction.getInheritedNotifications()
           
 

Methods in org.nuxeo.ecm.webapp.notification with parameters of type Notification
 void SelectableSubscription.setNotification(Notification notification)
           
 

Method parameters in org.nuxeo.ecm.webapp.notification with type arguments of type Notification
 void SubscriptionsAction.setInheritedNotifications(java.util.List<Notification> inheritedNotifications)
           
 

Constructors in org.nuxeo.ecm.webapp.notification with parameters of type Notification
SelectableSubscription(boolean selected, Notification notification)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.