public abstract class SimpleNotificationPayload extends java.lang.Object implements NotificationPayload
DATE_FORMAT| Constructor and Description |
|---|
SimpleNotificationPayload(java.lang.Long pId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRecipients(java.lang.String pAttributeGroupName) |
java.util.List<EmailAttachment> |
getAttachments()
Returns a list of email attachments pertaining to the event which has occurred.
|
java.lang.String |
getHumanTaskIdentityUuid() |
java.lang.Long |
getId()
Returns the internal identifier of the object on which the event originated.
|
java.util.List<NotificationRecipient> |
getRecipients() |
boolean |
hasAttachments()
Whether the payload has attachments to be delivered with the notification.
|
void |
setRecipients(java.util.List<NotificationRecipient> pRecipients) |
public void addRecipients(java.lang.String pAttributeGroupName)
addRecipients in interface NotificationPayloadpublic void setRecipients(java.util.List<NotificationRecipient> pRecipients)
public java.util.List<NotificationRecipient> getRecipients()
getRecipients in interface NotificationPayloadpublic boolean hasAttachments()
NotificationPayloadhasAttachments in interface NotificationPayloadpublic java.util.List<EmailAttachment> getAttachments()
throws java.sql.SQLException
NotificationPayloadgetAttachments in interface NotificationPayloadjava.sql.SQLExceptionpublic java.lang.String getHumanTaskIdentityUuid()
getHumanTaskIdentityUuid in interface NotificationPayloadpublic java.lang.Long getId()
NotificationPayloadgetId in interface NotificationPayload