|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.common.AbstractIdentifiable
com.sas.hls.work.workitem.WorkItem
public class WorkItem
A data object that represents a work item
Nested Class Summary | |
---|---|
static class |
WorkItem.Status
Status is an enum representing the status of the work item. |
Field Summary | |
---|---|
static String |
OBJECT_TYPE
|
Constructor Summary | |
---|---|
WorkItem(String identifier,
ObjectIdentity context,
String contextPath,
String name,
WorkItem.Status status,
List<Attribute> attributes)
Constructor |
Method Summary | |
---|---|
List<Attribute> |
getAttributes()
Get the attributes of this work item |
ObjectIdentity |
getContext()
Get the context for this work item |
String |
getContextPath()
Get the path of the context for this work item |
String |
getName()
Get the name for this work item |
WorkItem.Status |
getStatus()
Get the status of this work item. |
String |
toString()
|
Methods inherited from class com.sas.hls.common.AbstractIdentifiable |
---|
equals, getIdentifier, getObjectType, hashCode, setIdentifier, setObjectType |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String OBJECT_TYPE
Constructor Detail |
---|
public WorkItem(String identifier, ObjectIdentity context, String contextPath, String name, WorkItem.Status status, List<Attribute> attributes)
Method Detail |
---|
public ObjectIdentity getContext()
public String getName()
public String getContextPath()
public List<Attribute> getAttributes()
public WorkItem.Status getStatus()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |