Class ProjectReviewTaskPayload

All Implemented Interfaces:
NotificationPayload, Serializable

public class ProjectReviewTaskPayload extends BaseHumanTaskPayload
Notification Template payload representing a pre-deploy review task for a project deployment request.
See Also:
  • Constructor Details

    • ProjectReviewTaskPayload

      public ProjectReviewTaskPayload(HumanTaskDataObject pHumanTaskDataObject, NotificationEventTypeEnum pNotificationEventTypeEnum)
      Creates the notification payload
      Parameters:
      pHumanTaskDataObject - The task data.
      pAttributeGroupName - The medium settings group name.
      pMediumEnum - The medium type.
      pNotificationEventTypeEnum - The event type.
  • Method Details