public class ProjectReviewTaskPayload extends BaseHumanTaskPayload
mHumanTaskDataObjectmNotificationEventTypeEnum, mPipelineAttachments, mPipelineNotesDATE_FORMAT| Constructor and Description |
|---|
ProjectReviewTaskPayload(HumanTaskDataObject pHumanTaskDataObject,
NotificationEventTypeEnum pNotificationEventTypeEnum)
Creates the notification payload
|
| 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.
|
ProjectWorkflowRequestPayload |
getProjectWorkflowRequest()
Returns the workflow request linked to this review task.
|
java.lang.Long |
getWorkflowRequestId()
Returns the internal identifier of the linked workflow request.
|
getActionBy, getActionByFullName, getActionOn, getChangeLogsFromSnapshot, getExternalSystemId, getExternalTicket, getGroupId, getHumanTaskIdentityUuid, getId, getPipelineStageGateExecId, getPipelineStageStepExecId, getReleaseDefinitionId, getStatus, getStatusCode, getStatusEnumaddAttachment, addAttachment, addAttachment, addAttachment, addRecipientsByCommittersIfEligible, addRecipientsByGroupId, addRecipientsByGroupIdIfEligible, addRecipientsByGroupNameIfEligible, addRecipientsByPipelineRoleMember, addRecipientsByPipelineRoleUserOrEmailMember, addRecipientsBySubscriptions, addRecipientsByUserIdIfEligible, addRecipientsByUserNameIfEligible, addRecipientsForPiplelineGateByPipelineRoleUserOrEmailMember, addRecipientsForPiplelineStepExecution, getApprovalGateRoleByGateId, getApprovalTaskUrlPath, getFolderWithHierarchy, getHumanTaskUrlPath, getManualStepRoleByStepId, getPipelineStageExecutionSnapshotQueryResultRow, getRecipients, getUserFullName, hasAttachments, isGroupMemberOfPipelineRole, isSendLogAttachments, isShowNotesAndSendAttachments, populatePipelineAttachmentsAndNotes, sendLogAttachments, showNotesAndSendAttachments, showTextForMissingUrlSetup, toNotifScmCommits, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetRecipients, hasAttachmentspublic ProjectReviewTaskPayload(HumanTaskDataObject pHumanTaskDataObject, NotificationEventTypeEnum pNotificationEventTypeEnum)
pHumanTaskDataObject - The task data.pAttributeGroupName - The medium settings group name.pMediumEnum - The medium type.pNotificationEventTypeEnum - The event type.public void addRecipients(java.lang.String pAttributeGroupName)
public ProjectWorkflowRequestPayload getProjectWorkflowRequest() throws java.sql.SQLException
java.sql.SQLException - If the information cannot be retrieved from the database.public java.lang.Long getWorkflowRequestId()
BaseHumanTaskPayloadgetWorkflowRequestId in class BaseHumanTaskPayloadpublic java.util.List<EmailAttachment> getAttachments()
throws java.sql.SQLException
NotificationPayloadgetAttachments in interface NotificationPayloadgetAttachments in class BaseNotificationPayloadjava.sql.SQLException