Uses of Class
com.sas.lsaf.workflow.task.Task.Priority
-
Packages that use Task.Priority Package Description com.sas.lsaf.workflow.processflow.setup The service and class definitions to manage process flows setup elements.com.sas.lsaf.workflow.task Service and class definitions for managing and retrieving process flow tasks and elements. -
-
Uses of Task.Priority in com.sas.lsaf.workflow.processflow.setup
Methods in com.sas.lsaf.workflow.processflow.setup that return Task.Priority Modifier and Type Method Description Task.Priority
UserTaskSetup. getPriority()
Gets the priority of the user task.Methods in com.sas.lsaf.workflow.processflow.setup with parameters of type Task.Priority Modifier and Type Method Description void
UserTaskSetup. setPriority(Task.Priority priority)
Sets the complexity of the user task. -
Uses of Task.Priority in com.sas.lsaf.workflow.task
Methods in com.sas.lsaf.workflow.task that return Task.Priority Modifier and Type Method Description Task.Priority
CompletedUserTask. getPriority()
Gets the priority of the user task.Task.Priority
TaskQuery. getPriority()
Gets the task priority by which to query the process flow tasks.Task.Priority
UserTask. getPriority()
Gets the priority of the user task.static Task.Priority
Task.Priority. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Task.Priority[]
Task.Priority. 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 Task.Priority Modifier and Type Method Description void
TaskQuery. setPriority(Task.Priority priority)
Sets the task priority by which to query the process flow tasks.void
UserTask. setPriority(Task.Priority priority)
Sets the priority of the user task.Constructors in com.sas.lsaf.workflow.task with parameters of type Task.Priority Constructor Description CompletedUserTask(java.lang.String typeId, java.lang.String id, java.lang.String elementId, java.lang.String processFlowId, java.lang.String name, java.lang.String description, Element.ElementType type, java.util.Date created, java.util.List<Attribute> attributes, java.lang.String completedBy, java.util.Date completed, CompletedElement.TaskCompletedState completedState, Task.Complexity complexity, Task.Priority priority, java.util.Date dueDate, java.lang.String completionComment, float totalActualHours)
It is not intended or recommended that the consumer of this API construct these objects.CompletedUserTaskDetails(java.lang.String typeId, java.lang.String id, java.lang.String elementId, java.lang.String processFlowId, java.lang.String name, java.lang.String description, Element.ElementType type, java.util.Date created, java.util.List<Attribute> attributes, java.lang.String completedBy, java.util.Date completed, CompletedElement.TaskCompletedState completedState, Task.Complexity complexity, Task.Priority priority, java.util.Date dueDate, java.lang.String completionComment, float totalActualHours, java.util.Set<DataProperty> completionProperties, java.util.Set<UserTaskAssignment> taskAssignmentHistory)
It is not intended or recommended that the consumer of this API construct these objects.UserTask(java.lang.String typeId, java.lang.String id, java.lang.String elementId, java.lang.String name, java.lang.String description, Element.ElementType type, ProcessFlowDescriptor.FlowStatus flowStatus, java.lang.String processFlowId, java.util.Date created, java.util.Date started, Task.TaskStatus taskStatus, java.util.List<Attribute> attributes, java.lang.String assignee, java.util.Date assigned, Task.Priority priority, Task.Complexity complexity, java.util.Date dueDate, float actualHours)
It is not intended or recommended that the consumer of this API construct these objects.
-