Uses of Class
com.sas.lsaf.workflow.task.TaskQuery.AssigneeType
-
Packages that use TaskQuery.AssigneeType Package Description com.sas.lsaf.workflow.task Service and class definitions for managing and retrieving process flow tasks and elements. -
-
Uses of TaskQuery.AssigneeType in com.sas.lsaf.workflow.task
Methods in com.sas.lsaf.workflow.task that return TaskQuery.AssigneeType Modifier and Type Method 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(java.lang.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.Methods in com.sas.lsaf.workflow.task with parameters of type TaskQuery.AssigneeType Modifier and Type Method 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.
-