Package | Description |
---|---|
com.sas.hls.work.processflow |
Service and class definitions for getting process flow information.
|
Modifier and Type | Method and Description |
---|---|
Task.Complexity |
UserTask.getComplexity() |
Task.Complexity |
UserTaskDefinition.getComplexity()
Gets the complexity of this user task
|
static Task.Complexity |
Task.Complexity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Task.Complexity[] |
Task.Complexity.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.setComplexity(Task.Complexity complexity) |
void |
UserTaskDefinition.setComplexity(Task.Complexity complexity)
Sets the complexity of this user task
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA