public interface NotificationPayload
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DATE_FORMAT |
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.
|
static final java.lang.String DATE_FORMAT
void addRecipients(java.lang.String pAttributeGroupName)
java.util.List<NotificationRecipient> getRecipients()
boolean hasAttachments()
java.util.List<EmailAttachment> getAttachments() throws java.sql.SQLException
java.sql.SQLException
java.lang.String getHumanTaskIdentityUuid()
java.lang.Long getId()