Uses of Class
com.sas.hls.work.workitem.WorkItem.Status

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)
          Deprecated. Deprecated as of version 1.7. Please use WorkItem.WorkItem(String, ObjectIdentity, String, String, Status, String, List).
WorkItem(String identifier, ObjectIdentity context, String contextPath, String name, WorkItem.Status status, String owner, List<Attribute> attributes)
          Initializing constructor.
 



Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA