|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Task.TaskStatus | |
---|---|
com.sas.hls.work.workitem | Service and class definitions for getting work item and task information. |
Uses of Task.TaskStatus in com.sas.hls.work.workitem |
---|
Methods in com.sas.hls.work.workitem that return Task.TaskStatus | |
---|---|
Task.TaskStatus |
Task.getTaskStatus()
Get the task status for the task |
static Task.TaskStatus |
Task.TaskStatus.valueOf(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. |
Constructors in com.sas.hls.work.workitem with parameters of type Task.TaskStatus | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |