| Modifier and Type | Method and Description |
|---|---|
ProcessedNotificationData |
BpmNotificationEngine.processNotificationData(NotificationData notificationData) |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmNotificationEngine.addNotificationToSend(ProcessedNotificationData processedNotificationData)
Methods add notification to queue for notifications to be sent in the
next scheduler job run
|
| Modifier and Type | Method and Description |
|---|---|
ProcessedNotificationData |
MailEvent.getNotificationData() |
| Modifier and Type | Method and Description |
|---|---|
void |
MailEvent.setNotificationData(ProcessedNotificationData notificationData) |
| Modifier and Type | Method and Description |
|---|---|
ProcessedNotificationData |
ProcessedNotificationData.addAttachment(String attachment) |
ProcessedNotificationData |
IBpmNotificationService.processNotificationData(NotificationData notificationData) |
ProcessedNotificationData |
ProcessedNotificationData.setBody(String body) |
ProcessedNotificationData |
ProcessedNotificationData.setSendAsHtml(boolean sendAsHtml) |
ProcessedNotificationData |
ProcessedNotificationData.setSender(String sender) |
ProcessedNotificationData |
ProcessedNotificationData.setSubject(String subject) |
| Modifier and Type | Method and Description |
|---|---|
void |
IBpmNotificationService.addNotificationToSend(ProcessedNotificationData notificationData)
Create and add notification with given parameter to queue.
|
Copyright © 2013. All Rights Reserved.