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

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

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

Methods in com.sas.hls.work.workitem that return Task.TaskType
 Task.TaskType Task.getType()
          Get the type of the task
static Task.TaskType Task.TaskType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Task.TaskType[] Task.TaskType.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.TaskType
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) 2016, SAS Institute Inc., Cary, NC, USA