Uses of Enum Class
com.sas.lsaf.workflow.task.TaskQuery.AssigneeType
Packages that use TaskQuery.AssigneeType
Package
Description
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.AssigneeTypeModifier and TypeMethodDescriptionTaskQuery.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.AssigneeTypeReturns the enum constant of this class with the specified name.static TaskQuery.AssigneeType[]TaskQuery.AssigneeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sas.lsaf.workflow.task with parameters of type TaskQuery.AssigneeTypeModifier and TypeMethodDescriptionvoidTaskQuery.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.