Package | Description |
---|---|
com.sas.lsaf.workflow.task |
Service and class definitions for managing and retrieving process flow tasks and elements.
|
Modifier and Type | Method and Description |
---|---|
TaskQuery.AssigneeType |
TaskQuery.getAssigneeType()
Gets whether to search for process flow tasks assigned to current user, a specific set of users, or all users.
|
static TaskQuery.AssigneeType |
TaskQuery.AssigneeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskQuery.AssigneeType[] |
TaskQuery.AssigneeType.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.setAssigneeType(TaskQuery.AssigneeType assigneeType)
Sets whether to search for process flow tasks assigned to current user, a specific set of users, or all users.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>