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

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

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

Methods in com.sas.hls.work.workitem that return Task.Priority
 Task.Priority Task.getPriority()
          Get the priority for the task
static Task.Priority Task.Priority.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Task.Priority[] Task.Priority.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.Priority
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