Class ProjectApprovalTaskPayload

All Implemented Interfaces:
NotificationPayload, Serializable

public class ProjectApprovalTaskPayload extends BaseHumanTaskPayload
Notification Template payload representing a project approval task.
See Also:
  • Constructor Details

    • ProjectApprovalTaskPayload

      public ProjectApprovalTaskPayload(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