|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkItem.Status | |
---|---|
com.sas.hls.work.workitem | Service and class definitions for getting work item and task information. |
Uses of WorkItem.Status in com.sas.hls.work.workitem |
---|
Methods in com.sas.hls.work.workitem that return WorkItem.Status | |
---|---|
WorkItem.Status |
WorkItem.getStatus()
Get the status of this work item. |
static WorkItem.Status |
WorkItem.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WorkItem.Status[] |
WorkItem.Status.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 WorkItem.Status | |
---|---|
WorkItem(String identifier,
ObjectIdentity context,
String contextPath,
String name,
WorkItem.Status status,
List<Attribute> attributes)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |