|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NotificationSource | |
|---|---|
| com.silverpeas.notification | Provides an API for pusblishing and for receiving notifications about some topics. |
| Uses of NotificationSource in com.silverpeas.notification |
|---|
| Methods in com.silverpeas.notification that return NotificationSource | |
|---|---|
NotificationSource |
SilverpeasNotification.getSource()
Gets the source of this notification. |
NotificationSource |
NotificationSource.withComponentInstanceId(String componentId)
Sets the unique identifier of the Silverpeas component instance within which the notification is occuring. |
NotificationSource |
NotificationSource.withUserId(String userId)
Sets the unique identifier of the user that is involved in the notification by performing an action on a Silverpeas managed resource. |
| Constructors in com.silverpeas.notification with parameters of type NotificationSource | |
|---|---|
SilverpeasNotification(NotificationSource source,
Serializable object)
Constructs a new notification involving the specified object and triggered by the specified source. |
|
SilverpeasNotification(NotificationSource source,
SilverpeasNotificationCause cause,
Serializable object)
Constructs a new notification involving the specified object and triggered by the specified source. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||