|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RegisteredTopics | |
|---|---|
| com.silverpeas.notification | Provides an API for pusblishing and for receiving notifications about some topics. |
| Uses of RegisteredTopics in com.silverpeas.notification |
|---|
| Methods in com.silverpeas.notification that return RegisteredTopics | |
|---|---|
static RegisteredTopics |
RegisteredTopics.fromName(String name)
|
RegisteredTopics |
NotificationTopic.getRegisteredTopic()
Gets the name of this topic. |
static RegisteredTopics |
RegisteredTopics.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RegisteredTopics[] |
RegisteredTopics.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.silverpeas.notification with parameters of type RegisteredTopics | |
|---|---|
static NotificationTopic |
NotificationTopic.onTopic(RegisteredTopics topic)
Gets a topic matching the specified name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||