public class CompletedNotificationTask extends CompletedTask
CompletedTask.TaskCompletedState
Constructor and Description |
---|
CompletedNotificationTask(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
List<Attribute> attributes,
String completedBy,
Date completed,
String completedStatus,
CompletedTask.TaskCompletedState completedState,
Set<Principal> recipients,
String subject,
NotificationTaskSetup.MessagePriority priority,
String message)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
CompletedTask.TaskCompletedState |
getCompletedState()
Gets the completed state of the task.
|
String |
getCompletedStatus()
Gets the descriptive completion status of the task.
|
String |
getMessage()
Gets the message of the notification task.
|
NotificationTaskSetup.MessagePriority |
getPriority()
Gets the message priority of the notification task.
|
Set<Principal> |
getRecipients()
Gets the recipients of the notification task.
|
String |
getSubject()
Gets the subject of the notification task.
|
getAttributes
getCompleted, getCompletedBy, getCreated, getDescription, getElementId, getName, getProcessFlowId, getType, toString
equals, getId, getTypeId, hashCode
public CompletedNotificationTask(String typeId, String id, String elementId, String processFlowId, String name, String description, Element.ElementType type, Date created, List<Attribute> attributes, String completedBy, Date completed, String completedStatus, CompletedTask.TaskCompletedState completedState, Set<Principal> recipients, String subject, NotificationTaskSetup.MessagePriority priority, String message)
typeId
- the object type id of this task.id
- the unique id of this task.elementId
- the id of the task as it appears in the process definition.processFlowId
- the id of the process flow containing this element.name
- the name of the task.description
- the description of the task.type
- the type of the task.created
- the date this task was created.attributes
- the extended attributes of the task.completedBy
- the user who completed this task.completed
- the date this task was created.completedStatus
- the descriptive completion status of the task.completedState
- the completed state of the task.recipients
- the recipients of this notification.subject
- the subject of this notification.priority
- the priority of this notification.message
- the message text of this notification.public String getCompletedStatus()
public CompletedTask.TaskCompletedState getCompletedState()
public Set<Principal> getRecipients()
public String getSubject()
public String getMessage()
public NotificationTaskSetup.MessagePriority getPriority()
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA