org.obe.client.api.model
Class WorkItemAttributes

java.lang.Object
  extended byorg.obe.client.api.model.WorkItemAttributes

public class WorkItemAttributes
extends java.lang.Object

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).

Author:
Adrian Price

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

ACTIVITY_INSTANCE_ID

public static final java.lang.String ACTIVITY_INSTANCE_ID
The ID of the activity instance with which the work item is associated.

Data TypeAccess
java.lang.StringReadOnly

See Also:
Constant Field Values

COMPLETED_DATE

public static final java.lang.String COMPLETED_DATE
The date/time at which the work item was completed.

Data TypeAccess
java.util.DateReadOnly

See Also:
Constant Field Values

DUE_DATE

public static final java.lang.String DUE_DATE
The date/time by which the work item must be complete.

Data TypeAccess
java.util.DateReadOnly

See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of the work item (copied from its activity instance).

Data TypeAccess
java.lang.StringReadOnly

See Also:
Constant Field Values

PARTICIPANT

public static final java.lang.String PARTICIPANT
The ID of the participant to whom the work item is assigned. This ID is the concrete participant name as resolved by the participant repository, as opposed to the (potentially) abstract performer declared in the activity definition.

Data TypeAccess
java.lang.StringReadOnly

See Also:
Constant Field Values

PERFORMER

public static final java.lang.String PERFORMER
The ID of the performer to whom the work item is assigned. This ID is the abstract performer declared in the activity definition.

Data TypeAccess
java.lang.StringReadOnly

See Also:
Constant Field Values

PRIORITY

public static final java.lang.String PRIORITY
The priority of the work item (copied from the activity instance).

Data TypeAccess
intRead/Write

See Also:
Constant Field Values

PROCESS_DEFINITION_ID

public static final java.lang.String PROCESS_DEFINITION_ID
The ID of the process definition that defines the work item's activity.

Data TypeAccess
java.lang.StringReadOnly

See Also:
Constant Field Values

PROCESS_INSTANCE_ID

public static final java.lang.String PROCESS_INSTANCE_ID
The ID of the process instance to which the work item belongs.

Data TypeAccess
java.lang.StringReadOnly

See Also:
Constant Field Values

STARTED_DATE

public static final java.lang.String STARTED_DATE
The date/time at which the work item was started.

Data TypeAccess
java.util.DateReadOnly

See Also:
Constant Field Values

STATE

public static final java.lang.String STATE
The state of the work item.

Data TypeAccess
intReadOnly

See Also:
WMWorkItemState, Constant Field Values

TARGET_DATE

public static final java.lang.String TARGET_DATE
The date/time by which the work item is expected to be complete.

Data TypeAccess
java.util.DateReadOnly

See Also:
Constant Field Values

TEMPORAL_STATUS

public static final java.lang.String TEMPORAL_STATUS
The temporal status of the work item.

Data TypeAccess
org.obe.client.api.model.TemporalStatusReadOnly

See Also:
Constant Field Values

TOOL_INDEX

public static final java.lang.String TOOL_INDEX
The index of the tool associated with the work item.

Data TypeAccess
intReadOnly

See Also:
Constant Field Values

WORKITEM_ID

public static final java.lang.String WORKITEM_ID
The unique ID of the work item.

Data TypeAccess
java.lang.StringReadOnly

See Also:
Constant Field Values


SourceForge.net Logo OBE-1.0 Copyright (C) 2002-2006 Adrian Price. All Rights Reserved.