Uses of Class
com.silverpeas.notification.SilverpeasNotificationCause

Packages that use SilverpeasNotificationCause
com.silverpeas.notification Provides an API for pusblishing and for receiving notifications about some topics. 
 

Uses of SilverpeasNotificationCause in com.silverpeas.notification
 

Methods in com.silverpeas.notification that return SilverpeasNotificationCause
 SilverpeasNotificationCause SilverpeasNotification.getCause()
          Gets the cause of this notification.
static SilverpeasNotificationCause SilverpeasNotificationCause.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SilverpeasNotificationCause[] SilverpeasNotificationCause.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.silverpeas.notification with parameters of type SilverpeasNotificationCause
SilverpeasNotification(NotificationSource source, SilverpeasNotificationCause cause, Serializable object)
          Constructs a new notification involving the specified object and triggered by the specified source.
 



Copyright © 2016 Silverpeas. All Rights Reserved.