Uses of Class
com.sas.hls.work.workitem.Task.Complexity

Packages that use Task.Complexity
com.sas.hls.work.workitem Service and class definitions for getting work item and task information. 
 

Uses of Task.Complexity in com.sas.hls.work.workitem
 

Methods in com.sas.hls.work.workitem that return Task.Complexity
 Task.Complexity Task.getComplexity()
          Get the complexity for the task
static Task.Complexity Task.Complexity.valueOf(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.
 

Constructors in com.sas.hls.work.workitem with parameters of type Task.Complexity
Task(String name, String description, String order, Task.Complexity complexity, Task.Priority priority, Date dueDate, Principal assignee, Task.TaskStatus taskStatus, Task.TaskType taskType, Task.ActivityType activityType, boolean isActive)
          Constructor
 



Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA