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.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()
addRecipients
in interface NotificationPayload
public void setRecipients(java.util.List<NotificationRecipient> pRecipients)
public java.util.List<NotificationRecipient> getRecipients()
getRecipients
in interface NotificationPayload
public boolean hasAttachments()
NotificationPayload
hasAttachments
in interface NotificationPayload
public java.util.List<EmailAttachment> getAttachments() throws java.sql.SQLException
NotificationPayload
getAttachments
in interface NotificationPayload
java.sql.SQLException
public java.lang.String getHumanTaskIdentityUuid()
getHumanTaskIdentityUuid
in interface NotificationPayload
public java.lang.Long getId()
NotificationPayload
getId
in interface NotificationPayload