| Modifier and Type | Method and Description |
|---|---|
MessageInfo |
NotificationCommand.processMessage(NotificationContext ctx)
Builds information of a message from the notification context.
|
| Modifier and Type | Method and Description |
|---|---|
MessageInfo |
MessageInfo.body(String body) |
MessageInfo |
MessageInfo.end()
Finishes to assign states to current MessageInfo instance
|
MessageInfo |
MessageInfo.footer(String footer) |
MessageInfo |
MessageInfo.from(String from) |
MessageInfo |
MessageInfo.pluginId(String pluginId) |
MessageInfo |
MessageInfo.setId(String id)
Sets the uuid of messageInfo node
|
MessageInfo |
MessageInfo.subject(String subject) |
MessageInfo |
MessageInfo.to(String to) |
| Modifier and Type | Method and Description |
|---|---|
MessageInfo |
AbstractNotificationPlugin.buildMessage(NotificationContext ctx)
Makes massage
|
protected abstract MessageInfo |
AbstractNotificationPlugin.makeMessage(NotificationContext ctx)
Makes the MessageInfor from given NotificationMessage what keep inside NotificationContext
|
protected MessageInfo |
AbstractNotificationChildPlugin.makeMessage(NotificationContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
QueueMessage.put(MessageInfo message)
Puts the message into the queue
|
| 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.