Package | Description |
---|---|
com.sas.lsaf.workflow.processflow.setup |
The service and class definitions to manage process flows setup elements.
|
com.sas.lsaf.workflow.task |
Service and class definitions for managing and retrieving process flow tasks and elements.
|
Modifier and Type | Method and Description |
---|---|
Task.Priority |
UserTaskSetup.getPriority()
Gets the priority of the user task.
|
Modifier and Type | Method and Description |
---|---|
void |
UserTaskSetup.setPriority(Task.Priority priority)
Sets the complexity of the user task.
|
Modifier and Type | Method and Description |
---|---|
Task.Priority |
CompletedUserTask.getPriority()
Gets the priority of the user task.
|
Task.Priority |
TaskQuery.getPriority()
Gets the task priority by which to query the process flow tasks.
|
Task.Priority |
UserTask.getPriority()
Gets the priority of the user task.
|
static Task.Priority |
Task.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Task.Priority[] |
Task.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskQuery.setPriority(Task.Priority priority)
Sets the task priority by which to query the process flow tasks.
|
void |
UserTask.setPriority(Task.Priority priority)
Sets the priority of the user task.
|
Constructor and Description |
---|
CompletedUserTask(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
List<Attribute> attributes,
String completedBy,
Date completed,
CompletedElement.TaskCompletedState completedState,
Task.Complexity complexity,
Task.Priority priority,
Date dueDate,
String completionComment,
float totalActualHours)
It is not intended or recommended that the consumer of this API construct these objects.
|
CompletedUserTaskDetails(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
List<Attribute> attributes,
String completedBy,
Date completed,
CompletedElement.TaskCompletedState completedState,
Task.Complexity complexity,
Task.Priority priority,
Date dueDate,
String completionComment,
float totalActualHours,
Set<DataProperty> completionProperties,
Set<UserTaskAssignment> taskAssignmentHistory)
It is not intended or recommended that the consumer of this API construct these objects.
|
UserTask(String typeId,
String id,
String elementId,
String name,
String description,
Element.ElementType type,
ProcessFlowDescriptor.FlowStatus flowStatus,
String processFlowId,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
String assignee,
Date assigned,
Task.Priority priority,
Task.Complexity complexity,
Date dueDate,
float actualHours)
It is not intended or recommended that the consumer of this API construct these objects.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>