Class SavedQuerySubscriptionPayload
java.lang.Object
flexagon.fd.model2.notification.payload.SimpleNotificationPayload
flexagon.fd.model2.notification.payload.SavedQuerySubscriptionPayload
- All Implemented Interfaces:
NotificationPayload
-
Field Summary
Fields inherited from interface flexagon.fd.model2.notification.payload.NotificationPayload
DATE_FORMAT -
Constructor Summary
ConstructorsConstructorDescriptionSavedQuerySubscriptionPayload(SavedQueryDataObject pSavedQuery, EmailAttachment pAttachment) -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of email attachments pertaining to the event which has occurred.booleanWhether the payload has attachments to be delivered with the notification.voidsetExportContent(EmailAttachment pExportContent) voidsetSavedQuery(SavedQueryDataObject pSavedQuery) Methods inherited from class flexagon.fd.model2.notification.payload.SimpleNotificationPayload
addRecipients, getHumanTaskIdentityUuid, getId, getRecipients, setRecipientsMethods 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
-
SavedQuerySubscriptionPayload
-
-
Method Details
-
setSavedQuery
-
getSavedQuery
-
setExportContent
-
hasAttachments
public boolean hasAttachments()Description copied from interface:NotificationPayloadWhether the payload has attachments to be delivered with the notification.- Specified by:
hasAttachmentsin interfaceNotificationPayload- Overrides:
hasAttachmentsin classSimpleNotificationPayload- 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- Overrides:
getAttachmentsin classSimpleNotificationPayload- Returns:
- A list of email attachements.
- Throws:
SQLException
-