| Modifier and Type | Method and Description |
|---|---|
NotificationCommand |
NotificationContext.makeCommand(NotificationKey key)
Makes the NotificationCommand by the NotificationKey
|
| Modifier and Type | Method and Description |
|---|---|
NotificationKey |
NotificationCommand.getNotificationKey()
Gets a notification key associated with the notification command.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationKey |
NotificationInfo.getKey() |
static NotificationKey |
NotificationKey.key(AbstractNotificationPlugin plugin) |
static NotificationKey |
NotificationKey.key(String id) |
| Modifier and Type | Method and Description |
|---|---|
NotificationInfo |
NotificationInfo.key(NotificationKey key) |
| Modifier and Type | Method and Description |
|---|---|
NotificationKey |
AbstractNotificationPlugin.getKey()
Creates the key for NotificationPlugin
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationKey> |
PluginContainer.getChildPluginKeys(NotificationKey parentKey)
Gets all children plugin keys in plugin
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationKey> |
PluginContainer.getChildPluginKeys(NotificationKey parentKey)
Gets all children plugin keys in plugin
|
AbstractNotificationPlugin |
PluginContainer.getPlugin(NotificationKey key)
Gets plugin by NotificationKey
|
boolean |
PluginContainer.remove(NotificationKey key)
Removes plugin in Container
|
| Modifier and Type | Method and Description |
|---|---|
Map<NotificationKey,List<NotificationInfo>> |
NotificationDataStorage.getByUser(NotificationContext context,
UserSetting userSetting)
Gets information of all notifications of a user.
|
| Modifier and Type | Method and Description |
|---|---|
MessageInfo |
DigestorService.buildMessage(NotificationContext context,
Map<NotificationKey,List<NotificationInfo>> notificationData,
UserSetting userSetting)
Builds information of a message from a list of notification messages.
|
Copyright © 2003–2014 eXo Platform SAS. All rights reserved.