Uses of Class
com.silverpeas.notification.SilverpeasNotification

Packages that use SilverpeasNotification
com.silverpeas.comment.service   
com.silverpeas.node.notification   
com.silverpeas.notification Provides an API for pusblishing and for receiving notifications about some topics. 
com.silverpeas.notification.builder   
com.silverpeas.notification.jms The JMS adapter of the Silverpeas Notification API. 
com.silverpeas.pdc.service   
com.silverpeas.personalization.notification   
com.silverpeas.sharing.control   
org.silverpeas.attachment.notification   
org.silverpeas.publication.notification   
 

Uses of SilverpeasNotification in com.silverpeas.comment.service
 

Methods in com.silverpeas.comment.service with parameters of type SilverpeasNotification
 void CommentActionListener.onNotification(SilverpeasNotification notification, NotificationTopic onTopic)
           
 

Uses of SilverpeasNotification in com.silverpeas.node.notification
 

Subclasses of SilverpeasNotification in com.silverpeas.node.notification
 class NodeDeletionNotification
          Notification about the deletion of a nodes in a given component instance.
 

Uses of SilverpeasNotification in com.silverpeas.notification
 

Methods in com.silverpeas.notification with parameters of type SilverpeasNotification
 void NotificationSubscriber.onNotification(SilverpeasNotification notification, NotificationTopic onTopic)
          Callback called at the reception of a notification on the topic on which it is listening.
 void NotificationPublisher.publish(SilverpeasNotification notification, NotificationTopic onTopic)
          Publishes a notification.
 

Uses of SilverpeasNotification in com.silverpeas.notification.builder
 

Methods in com.silverpeas.notification.builder with parameters of type SilverpeasNotification
static void UserSubscriptionNotificationSendingHandler.setupSilverpeasNotification(SilverpeasNotification silverpeasNotification)
          As treatments of asynchronous JMS notifications are executed in an other context of the user request, the indicator of the confirmation of subscription notification sending must be managed here (as this indicator is attached to the user request).
static void UserSubscriptionNotificationSendingHandler.verifySilverpeasNotification(SilverpeasNotification silverpeasNotification)
          Verifies from a silverpeas notification if it is indicated that subscription notification sending must be skipped.
 

Uses of SilverpeasNotification in com.silverpeas.notification.jms
 

Methods in com.silverpeas.notification.jms with parameters of type SilverpeasNotification
 void JMSPublishingService.publish(SilverpeasNotification notification, NotificationTopic onTopic)
           
 

Uses of SilverpeasNotification in com.silverpeas.pdc.service
 

Methods in com.silverpeas.pdc.service with parameters of type SilverpeasNotification
 void PdcNotificationListener.onNotification(SilverpeasNotification notification, NotificationTopic onTopic)
           
 

Uses of SilverpeasNotification in com.silverpeas.personalization.notification
 

Methods in com.silverpeas.personalization.notification with parameters of type SilverpeasNotification
 void PersonalizationNotificationListener.onNotification(SilverpeasNotification notification, NotificationTopic onTopic)
           
 

Uses of SilverpeasNotification in com.silverpeas.sharing.control
 

Methods in com.silverpeas.sharing.control with parameters of type SilverpeasNotification
 void PublicationSharingListener.onNotification(SilverpeasNotification notification, NotificationTopic onTopic)
           
 void NodeSharingListener.onNotification(SilverpeasNotification notification, NotificationTopic onTopic)
           
 void AttachmentSharingListener.onNotification(SilverpeasNotification notification, NotificationTopic onTopic)
           
 

Uses of SilverpeasNotification in org.silverpeas.attachment.notification
 

Subclasses of SilverpeasNotification in org.silverpeas.attachment.notification
 class AttachmentDeletionNotification
          Notification about the deletion of an attachment in a given component instance.
 

Uses of SilverpeasNotification in org.silverpeas.publication.notification
 

Subclasses of SilverpeasNotification in org.silverpeas.publication.notification
 class PublicationDeletionNotification
          Notification about the deletion of a publication in a given component instance.
 



Copyright © 2016 Silverpeas. All Rights Reserved.