Package | Description |
---|---|
com.sas.hls.work.processflow |
Service and class definitions for getting process flow information.
|
Modifier and Type | Field and Description |
---|---|
static NotificationTaskDefinition.MessagePriority |
NotificationTask.DEFAULT_PROCESSFLOW_MESSAGE_PRIORITY |
Modifier and Type | Method and Description |
---|---|
NotificationTaskDefinition.MessagePriority |
NotificationTask.getPriority() |
NotificationTaskDefinition.MessagePriority |
NotificationTaskDefinition.getPriority()
Gets the priority for this notification task
|
static NotificationTaskDefinition.MessagePriority |
NotificationTaskDefinition.MessagePriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationTaskDefinition.MessagePriority[] |
NotificationTaskDefinition.MessagePriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationTaskDefinition.setPriority(NotificationTaskDefinition.MessagePriority priority)
Sets the priority for this notification task
|
Constructor and Description |
---|
CompletedNotificationTask(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus flowStatus,
ProcessFlowDescriptor processFlow,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
UserDescriptor completedBy,
Date completed,
String completedStatus,
CompletedTask.TaskCompletedState completedState,
Set<Principal> recipients,
String subject,
NotificationTaskDefinition.MessagePriority priority,
String message)
Initializing constructor which sets the values of all variables.
|
NotificationTask(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus status,
ProcessFlowDescriptor processFlow,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
Set<Principal> recipients,
String subject,
NotificationTaskDefinition.MessagePriority priority,
String message)
Initializing constructor which sets the values of all variables.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA