Uses of Class
com.sas.lsaf.workflow.task.Task.Complexity
-
Packages that use Task.Complexity 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.Complexity in com.sas.lsaf.workflow.processflow.setup
Methods in com.sas.lsaf.workflow.processflow.setup that return Task.Complexity Modifier and Type Method Description Task.Complexity
UserTaskSetup. getComplexity()
Gets the complexity of the user task.Methods in com.sas.lsaf.workflow.processflow.setup with parameters of type Task.Complexity Modifier and Type Method Description void
UserTaskSetup. setComplexity(Task.Complexity complexity)
Sets the complexity of the user task. -
Uses of Task.Complexity in com.sas.lsaf.workflow.task
Methods in com.sas.lsaf.workflow.task that return Task.Complexity Modifier and Type Method Description Task.Complexity
CompletedUserTask. getComplexity()
Gets the complexity of the user task.Task.Complexity
UserTask. getComplexity()
Gets the complexity of the user task.static Task.Complexity
Task.Complexity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Task.Complexity[]
Task.Complexity. 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.Complexity Modifier and Type Method Description void
UserTask. setComplexity(Task.Complexity complexity)
Sets the complexity of the user task.Constructors in com.sas.lsaf.workflow.task with parameters of type Task.Complexity 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.
-