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(String selectedNotification)
           
 

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

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

Constructor parameters in org.nuxeo.ecm.platform.ec.notification.ejb.bean with type arguments of type Notification
SerializableNotificationRegistry(List<Notification> notificationList, Map<String,List<Notification>> notificationRegistry)
           
SerializableNotificationRegistry(List<Notification> notificationList, Map<String,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(String selectedNotification)
           
 

Methods in org.nuxeo.ecm.platform.ec.notification.service that return types with arguments of type Notification
 Map<String,List<Notification>> NotificationRegistryImpl.getNotificationRegistry()
           
 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)
           
 

Methods in org.nuxeo.ecm.platform.ec.notification.service with parameters of type Notification
 void NotificationRegistryImpl.registerNotification(Notification notif, List<String> events)
           
 void NotificationRegistryImpl.unregisterNotification(Notification notif, List<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(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
 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)
           
 

Methods in org.nuxeo.ecm.platform.notification.api with parameters of type Notification
 void NotificationRegistry.registerNotification(Notification notif, List<String> events)
           
 void NotificationRegistry.unregisterNotification(Notification notif, List<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
 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(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 © 2011 Nuxeo SAS. All Rights Reserved.