Uses of Enum Class
com.sas.lsaf.workflow.task.Task.TaskStatus
Packages that use Task.TaskStatus
Package
Description
Service and class definitions for managing and retrieving process flow tasks and elements.
-
Uses of Task.TaskStatus in com.sas.lsaf.workflow.task
Methods in com.sas.lsaf.workflow.task that return Task.TaskStatusModifier and TypeMethodDescriptionTaskQuery.getStatus()Gets the status of the process flow task in which to query.Task.getTaskStatus()Gets the status of the task.static Task.TaskStatusReturns the enum constant of this class with the specified name.static Task.TaskStatus[]Task.TaskStatus.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 Task.TaskStatusModifier and TypeMethodDescriptionvoidTaskQuery.setStatus(Task.TaskStatus status) Sets the status of the process flow task in which to query.Constructors in com.sas.lsaf.workflow.task with parameters of type Task.TaskStatusModifierConstructorDescriptionJobTask(String typeId, String id, String elementId, String name, String description, Element.ElementType type, ProcessFlowDescriptor.FlowStatus flowStatus, String processFlowId, Date created, Date started, Task.TaskStatus taskStatus, List<Attribute> attributes, String jobPath, String jobVersion, List<ParameterValue> parameterValues) It is not intended or recommended that the consumer of this API construct these objects.NotificationTask(String typeId, String id, String elementId, String name, String description, Element.ElementType type, ProcessFlowDescriptor.FlowStatus flowStatus, String processFlowId, Date created, Date started, Task.TaskStatus taskStatus, List<Attribute> attributes, Set<Principal> recipients, String subject, NotificationTaskSetup.MessagePriority priority, String message) It is not intended or recommended that the consumer of this API construct these objects.Task(String typeId, String id, String elementId, String name, String description, Element.ElementType type, ProcessFlowDescriptor.FlowStatus flowStatus, String processFlowId, Date created, Date started, Task.TaskStatus taskStatus, List<Attribute> attributes) It is not intended or recommended that the consumer of this API construct these objects.UserTask(String typeId, String id, String elementId, String name, String description, Element.ElementType type, ProcessFlowDescriptor.FlowStatus flowStatus, String processFlowId, Date created, Date started, Task.TaskStatus taskStatus, List<Attribute> attributes, String assignee, Date assigned, Task.Priority priority, Task.Complexity complexity, Date dueDate, float actualHours) It is not intended or recommended that the consumer of this API construct these objects.