|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.obe.client.api.model.WorkItemAttributes
Describes the work item system attributes supported by OBE. The
string constants in this interface can be passed to
WAPI.getWorkItemAttributeValue(java.lang.String, java.lang.String, java.lang.String)
and as the
attributeName
argument to
WMFilter.WMFilter(String,int,Boolean)
.
Field Summary | |
static java.lang.String |
ACTIVITY_INSTANCE_ID
The ID of the activity instance with which the work item is associated. |
static java.lang.String |
COMPLETED_DATE
The date/time at which the work item was completed. |
static java.lang.String |
DUE_DATE
The date/time by which the work item must be complete. |
static java.lang.String |
NAME
The name of the work item (copied from its activity instance). |
static java.lang.String |
PARTICIPANT
The ID of the participant to whom the work item is assigned. |
static java.lang.String |
PERFORMER
The ID of the performer to whom the work item is assigned. |
static java.lang.String |
PRIORITY
The priority of the work item (copied from the activity instance). |
static java.lang.String |
PROCESS_DEFINITION_ID
The ID of the process definition that defines the work item's activity. |
static java.lang.String |
PROCESS_INSTANCE_ID
The ID of the process instance to which the work item belongs. |
static java.lang.String |
STARTED_DATE
The date/time at which the work item was started. |
static java.lang.String |
STATE
The state of the work item. |
static java.lang.String |
TARGET_DATE
The date/time by which the work item is expected to be complete. |
static java.lang.String |
TEMPORAL_STATUS
The temporal status of the work item. |
static java.lang.String |
TOOL_INDEX
The index of the tool associated with the work item. |
static java.lang.String |
WORKITEM_ID
The unique ID of the work item. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ACTIVITY_INSTANCE_ID
Data Type | Access |
---|---|
java.lang.String | ReadOnly |
public static final java.lang.String COMPLETED_DATE
Data Type | Access |
---|---|
java.util.Date | ReadOnly |
public static final java.lang.String DUE_DATE
Data Type | Access |
---|---|
java.util.Date | ReadOnly |
public static final java.lang.String NAME
Data Type | Access |
---|---|
java.lang.String | ReadOnly |
public static final java.lang.String PARTICIPANT
Data Type | Access |
---|---|
java.lang.String | ReadOnly |
public static final java.lang.String PERFORMER
Data Type | Access |
---|---|
java.lang.String | ReadOnly |
public static final java.lang.String PRIORITY
Data Type | Access |
---|---|
int | Read/Write |
public static final java.lang.String PROCESS_DEFINITION_ID
Data Type | Access |
---|---|
java.lang.String | ReadOnly |
public static final java.lang.String PROCESS_INSTANCE_ID
Data Type | Access |
---|---|
java.lang.String | ReadOnly |
public static final java.lang.String STARTED_DATE
Data Type | Access |
---|---|
java.util.Date | ReadOnly |
public static final java.lang.String STATE
Data Type | Access |
---|---|
int | ReadOnly |
WMWorkItemState
,
Constant Field Valuespublic static final java.lang.String TARGET_DATE
Data Type | Access |
---|---|
java.util.Date | ReadOnly |
public static final java.lang.String TEMPORAL_STATUS
Data Type | Access |
---|---|
org.obe.client.api.model.TemporalStatus | ReadOnly |
public static final java.lang.String TOOL_INDEX
Data Type | Access |
---|---|
int | ReadOnly |
public static final java.lang.String WORKITEM_ID
Data Type | Access |
---|---|
java.lang.String | ReadOnly |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |