org.obe.client.api.model
Class WMAAuditEntryAttributes

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

public class WMAAuditEntryAttributes
extends java.lang.Object

Author:
Adrian Price

Field Summary
static java.lang.String ACTIVITY_DEFINITION_ID
          The ID of the associated activity definition.
static java.lang.String ACTIVITY_INSTANCE_ID
          The ID of the associated activity instance.
static java.lang.String CURRENT_PROCESS_INSTANCE_ID
          The ID of the associated process instance.
static java.lang.String DOMAINID
          The domain ID for the workflow engine.
static java.lang.String EVENT_CODE
          The Interface 5 event code.
static java.lang.String INFORMATIONID
          The type of information (WfMC or Private).
static java.lang.String INITIAL_PROCESS_INSTANCE_ID
          The ID of the parent process instance, if any.
static java.lang.String NODEID
          The node ID of the workflow engine.
static java.lang.String PROCESS_DEFINITION_ID
          The ID of the associated process definition.
static java.lang.String PROCESS_STATE
          The state of the associated process instance.
static java.lang.String ROLEID
          The ID of the role causing the event.
static java.lang.String TIMESTAMP
          The date/time at which the entry was logged.
static java.lang.String USERID
          The ID of the user causing the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROCESS_DEFINITION_ID

public static final java.lang.String PROCESS_DEFINITION_ID
The ID of the associated process definition.

Data TypeAccess
java.lang.StringReadOnly

See Also:
Constant Field Values

ACTIVITY_DEFINITION_ID

public static final java.lang.String ACTIVITY_DEFINITION_ID
The ID of the associated activity definition.

Data TypeAccess
java.lang.StringReadOnly

See Also:
Constant Field Values

INITIAL_PROCESS_INSTANCE_ID

public static final java.lang.String INITIAL_PROCESS_INSTANCE_ID
The ID of the parent process instance, if any.

Data TypeAccess
java.lang.StringReadOnly

See Also:
Constant Field Values

CURRENT_PROCESS_INSTANCE_ID

public static final java.lang.String CURRENT_PROCESS_INSTANCE_ID
The ID of the associated process instance.

Data TypeAccess
java.lang.StringReadOnly

See Also:
Constant Field Values

ACTIVITY_INSTANCE_ID

public static final java.lang.String ACTIVITY_INSTANCE_ID
The ID of the associated activity instance.

Data TypeAccess
java.lang.StringReadOnly

See Also:
Constant Field Values

PROCESS_STATE

public static final java.lang.String PROCESS_STATE
The state of the associated process instance.

Data TypeAccess
java.lang.StringReadOnly

See Also:
WMProcessInstanceState, Constant Field Values

EVENT_CODE

public static final java.lang.String EVENT_CODE
The Interface 5 event code.

Data TypeAccess
WMAEventCodeReadOnly

See Also:
WMAEventCode, Constant Field Values

DOMAINID

public static final java.lang.String DOMAINID
The domain ID for the workflow engine.

Data TypeAccess
java.lang.StringReadOnly

See Also:
Constant Field Values

NODEID

public static final java.lang.String NODEID
The node ID of the workflow engine.

Data TypeAccess
java.lang.StringReadOnly

See Also:
Constant Field Values

USERID

public static final java.lang.String USERID
The ID of the user causing the event.

Data TypeAccess
java.lang.StringReadOnly

See Also:
Constant Field Values

ROLEID

public static final java.lang.String ROLEID
The ID of the role causing the event.

Data TypeAccess
java.lang.StringReadOnly

See Also:
Constant Field Values

TIMESTAMP

public static final java.lang.String TIMESTAMP
The date/time at which the entry was logged.

Data TypeAccess
java.util.DateReadOnly

See Also:
Constant Field Values

INFORMATIONID

public static final java.lang.String INFORMATIONID
The type of information (WfMC or Private).

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.