| Modifier and Type | Method and Description |
|---|---|
MessageInfo |
AbstractTemplateBuilder.buildMessage(NotificationContext ctx)
Makes massage
|
protected abstract MessageInfo |
AbstractTemplateBuilder.makeMessage(NotificationContext ctx)
Makes the MessageInfor from given NotificationMessage what keep inside NotificationContext
|
protected MessageInfo |
PluginTemplateBuilderAdapter.makeMessage(NotificationContext ctx) |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
QueueMessage.put(MessageInfo message)
Puts the message into the queue
|
boolean |
QueueMessage.sendMessage(MessageInfo message)
Sends mail instantly without passing by queue (use directly the mail
service).
|
| Modifier and Type | Method and Description |
|---|---|
MessageInfo |
DigestorService.buildMessage(NotificationContext context,
Map<PluginKey,List<NotificationInfo>> notificationData,
UserSetting userSetting)
Builds information of a message from a list of notification messages.
|
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.