Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpm.services.instancequery
Interface IAuditConstants


public interface IAuditConstants

An object that provides a repository of constants such as column names for the audit query API.


Field Summary
static java.lang.String COLUMN_ACTIVITYID
          Column specification for the activityId.
static java.lang.String COLUMN_ACTIVITYNAME
          Column specification for the activityName.
static java.lang.String COLUMN_AUDITINSTANCETYPE
          Column specification for the auditInstanceType.
static java.lang.String COLUMN_AUDITLOG
          Column specification for the auditLog.
static java.lang.String COLUMN_COMPONENTINSTANCEID
          Column specification for the componentInstanceId.
static java.lang.String COLUMN_COMPONENTNAME
          Column specification for the componentName.
static java.lang.String COLUMN_COMPONENTTYPE
          Column specification for the componentType.
static java.lang.String COLUMN_COMPOSITEDN
          Column specification for the compositeDn.
static java.lang.String COLUMN_COMPOSITEINSTANCEID
          Column specification for the compositeInstanceId.
static java.lang.String COLUMN_COMPOSITENAME
          Column specification for the compositeName.
static java.lang.String COLUMN_CREATETIME
          Column specification for the createTime.
static java.lang.String COLUMN_DUEDATE
          Column specification for the dueDate.
static java.lang.String COLUMN_FAULTISRECOVERABLE
          Column specification for the faultIsrecoverable.
static java.lang.String COLUMN_FAULTTYPE
          Column specification for the faultType.
static java.lang.String COLUMN_FLOWELEMENTTYPE
          Column specification for the flowElementType.
static java.lang.String COLUMN_INVOKEDCOMPONENTNAME
          Column specification for the invokedComponentName.
static java.lang.String COLUMN_LABEL
          Column specification for the label.
static java.lang.String COLUMN_OPERATION
          Column specification for the operation.
static java.lang.String COLUMN_PARENTTHREADID
          Column specification for the parentThreadId.
static java.lang.String COLUMN_PARTICIPANT
          Column specification for the participant.
static java.lang.String COLUMN_PROCESSDUEDATE
          Column specification for the processDueDate.
static java.lang.String COLUMN_QUERYID
          Column specification for the queryId.
static java.lang.String COLUMN_REFERENCEID
          Column specification for the referenceId.
static java.lang.String COLUMN_ROLEID
          Column specification for the roleId.
static java.lang.String COLUMN_SOURCEACTIVITY
          Column specification for the sourceActivity.
static java.lang.String COLUMN_STEP
          Column specification for the step.
static java.lang.String COLUMN_TARGETACTIVITY
          Column specification for the targetActivity.
static java.lang.String COLUMN_THREADID
          Column specification for the threadId.
static java.lang.String COLUMN_TITLE
          Column specification for the title.
static int VARIABLE_DATE_QTY
          The default number of date business indicators
static int VARIABLE_NUMBER_QTY
          The default number of number business indicators
static int VARIABLE_STRING_QTY
          The default number of string business indicators
 

Field Detail

COLUMN_ACTIVITYID

static final java.lang.String COLUMN_ACTIVITYID
Column specification for the activityId.

See Also:
Constant Field Values

COLUMN_ACTIVITYNAME

static final java.lang.String COLUMN_ACTIVITYNAME
Column specification for the activityName.

See Also:
Constant Field Values

COLUMN_AUDITINSTANCETYPE

static final java.lang.String COLUMN_AUDITINSTANCETYPE
Column specification for the auditInstanceType.

See Also:
Constant Field Values

COLUMN_AUDITLOG

static final java.lang.String COLUMN_AUDITLOG
Column specification for the auditLog.

See Also:
Constant Field Values

COLUMN_COMPONENTINSTANCEID

static final java.lang.String COLUMN_COMPONENTINSTANCEID
Column specification for the componentInstanceId.

See Also:
Constant Field Values

COLUMN_COMPONENTNAME

static final java.lang.String COLUMN_COMPONENTNAME
Column specification for the componentName.

See Also:
Constant Field Values

COLUMN_COMPONENTTYPE

static final java.lang.String COLUMN_COMPONENTTYPE
Column specification for the componentType.

See Also:
Constant Field Values

COLUMN_COMPOSITEDN

static final java.lang.String COLUMN_COMPOSITEDN
Column specification for the compositeDn.

See Also:
Constant Field Values

COLUMN_COMPOSITEINSTANCEID

static final java.lang.String COLUMN_COMPOSITEINSTANCEID
Column specification for the compositeInstanceId.

See Also:
Constant Field Values

COLUMN_COMPOSITENAME

static final java.lang.String COLUMN_COMPOSITENAME
Column specification for the compositeName.

See Also:
Constant Field Values

COLUMN_CREATETIME

static final java.lang.String COLUMN_CREATETIME
Column specification for the createTime.

See Also:
Constant Field Values

COLUMN_DUEDATE

static final java.lang.String COLUMN_DUEDATE
Column specification for the dueDate.

See Also:
Constant Field Values

COLUMN_FAULTISRECOVERABLE

static final java.lang.String COLUMN_FAULTISRECOVERABLE
Column specification for the faultIsrecoverable.

See Also:
Constant Field Values

COLUMN_FAULTTYPE

static final java.lang.String COLUMN_FAULTTYPE
Column specification for the faultType.

See Also:
Constant Field Values

COLUMN_FLOWELEMENTTYPE

static final java.lang.String COLUMN_FLOWELEMENTTYPE
Column specification for the flowElementType.

See Also:
Constant Field Values

COLUMN_INVOKEDCOMPONENTNAME

static final java.lang.String COLUMN_INVOKEDCOMPONENTNAME
Column specification for the invokedComponentName.

See Also:
Constant Field Values

COLUMN_LABEL

static final java.lang.String COLUMN_LABEL
Column specification for the label.

See Also:
Constant Field Values

COLUMN_OPERATION

static final java.lang.String COLUMN_OPERATION
Column specification for the operation.

See Also:
Constant Field Values

COLUMN_PARENTTHREADID

static final java.lang.String COLUMN_PARENTTHREADID
Column specification for the parentThreadId.

See Also:
Constant Field Values

COLUMN_PARTICIPANT

static final java.lang.String COLUMN_PARTICIPANT
Column specification for the participant.

See Also:
Constant Field Values

COLUMN_PROCESSDUEDATE

static final java.lang.String COLUMN_PROCESSDUEDATE
Column specification for the processDueDate.

See Also:
Constant Field Values

COLUMN_QUERYID

static final java.lang.String COLUMN_QUERYID
Column specification for the queryId.

See Also:
Constant Field Values

COLUMN_REFERENCEID

static final java.lang.String COLUMN_REFERENCEID
Column specification for the referenceId.

See Also:
Constant Field Values

COLUMN_ROLEID

static final java.lang.String COLUMN_ROLEID
Column specification for the roleId.

See Also:
Constant Field Values

COLUMN_SOURCEACTIVITY

static final java.lang.String COLUMN_SOURCEACTIVITY
Column specification for the sourceActivity.

See Also:
Constant Field Values

COLUMN_STEP

static final java.lang.String COLUMN_STEP
Column specification for the step.

See Also:
Constant Field Values

COLUMN_TARGETACTIVITY

static final java.lang.String COLUMN_TARGETACTIVITY
Column specification for the targetActivity.

See Also:
Constant Field Values

COLUMN_THREADID

static final java.lang.String COLUMN_THREADID
Column specification for the threadId.

See Also:
Constant Field Values

COLUMN_TITLE

static final java.lang.String COLUMN_TITLE
Column specification for the title.

See Also:
Constant Field Values

VARIABLE_DATE_QTY

static final int VARIABLE_DATE_QTY
The default number of date business indicators

See Also:
Constant Field Values

VARIABLE_NUMBER_QTY

static final int VARIABLE_NUMBER_QTY
The default number of number business indicators

See Also:
Constant Field Values

VARIABLE_STRING_QTY

static final int VARIABLE_STRING_QTY
The default number of string business indicators

See Also:
Constant Field Values

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.