Package | Description |
---|---|
com.sas.hls.work.processflow |
Service and class definitions for getting process flow information.
|
Modifier and Type | Method and Description |
---|---|
Task.Priority |
UserTask.getPriority() |
Task.Priority |
UserTaskDefinition.getPriority()
Gets the priority of this 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 |
UserTask.setPriority(Task.Priority priority) |
void |
UserTaskDefinition.setPriority(Task.Priority priority)
Sets the complexity of this user task
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA