Class SimpleNotificationPayload
java.lang.Object
flexagon.fd.model2.notification.payload.SimpleNotificationPayload
- All Implemented Interfaces:
NotificationPayload
- Direct Known Subclasses:
FlexDeployMentionPayload,HealthMetricAlertPayload,PasswordExpirationPayload,PasswordUpdatedPayload,SavedQuerySharedPayload,SavedQuerySubscriptionPayload,TokenExpirationPayload,WorkItemSubscriptionPayload
-
Field Summary
Fields inherited from interface flexagon.fd.model2.notification.payload.NotificationPayload
DATE_FORMAT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRecipients(String pAttributeGroupName) Returns a list of email attachments pertaining to the event which has occurred.getId()Returns the internal identifier of the object on which the event originated.booleanWhether the payload has attachments to be delivered with the notification.voidsetRecipients(List<NotificationRecipient> pRecipients) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface flexagon.fd.model2.notification.payload.NotificationPayload
isImportant
-
Constructor Details
-
SimpleNotificationPayload
-
-
Method Details
-
addRecipients
- Specified by:
addRecipientsin interfaceNotificationPayload
-
setRecipients
-
getRecipients
- Specified by:
getRecipientsin interfaceNotificationPayload
-
hasAttachments
public boolean hasAttachments()Description copied from interface:NotificationPayloadWhether the payload has attachments to be delivered with the notification.- Specified by:
hasAttachmentsin interfaceNotificationPayload- Returns:
- Whether the payload has attachments to be delivered with the notification.
-
getAttachments
Description copied from interface:NotificationPayloadReturns a list of email attachments pertaining to the event which has occurred.- Specified by:
getAttachmentsin interfaceNotificationPayload- Returns:
- A list of email attachements.
- Throws:
SQLException
-
getHumanTaskIdentityUuid
- Specified by:
getHumanTaskIdentityUuidin interfaceNotificationPayload
-
getId
Description copied from interface:NotificationPayloadReturns the internal identifier of the object on which the event originated.- Specified by:
getIdin interfaceNotificationPayload- Returns:
- The internal identifier of the object on which the event originated.
-