Uses of Class
com.sas.lsaf.workflow.task.Task.TaskStatus
-
Packages that use Task.TaskStatus Package Description com.sas.lsaf.workflow.task 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.TaskStatus Modifier and Type Method Description Task.TaskStatus
TaskQuery. getStatus()
Gets the status of the process flow task in which to query.Task.TaskStatus
Task. getTaskStatus()
Gets the status of the task.static Task.TaskStatus
Task.TaskStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Task.TaskStatus[]
Task.TaskStatus. 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.TaskStatus Modifier and Type Method Description void
TaskQuery. 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.TaskStatus Constructor Description JobTask(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 jobPath, java.lang.String jobVersion, java.util.List<ParameterValue> parameterValues)
It is not intended or recommended that the consumer of this API construct these objects.NotificationTask(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.util.Set<Principal> recipients, java.lang.String subject, NotificationTaskSetup.MessagePriority priority, java.lang.String message)
It is not intended or recommended that the consumer of this API construct these objects.Task(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)
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.
-