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 the process flow tasks that are assigned to the 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 the process flow tasks that are assigned to the current user, a specific set of users,
or all users.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>