|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.6.0) E25378-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
java.lang.Enum<AuditInstanceOperation>
oracle.bpm.services.instancequery.AuditInstanceOperation
public enum AuditInstanceOperation
An eumeration that specifies the possible "operations" of the BPMN engine. The operations are the names given to the audit points that document the start and completion of an activity or process. Additional operations are used to document other interactions with a process such as instance migration, fault conditions or forced termination.
| Enum Constant Summary | |
|---|---|
AFTER_INPUT_DATA_ASSOCIATIONA logging operation to provide a after-input-data-association message. |
|
AFTER_INSTANCE_EXECUTIONA logging operation to provide a after-instance-execution message. |
|
AFTER_OUTPUT_DATA_ASSOCIATIONA logging operation to provide a after-output-data-association message. |
|
BEFORE_INPUT_DATA_ASSOCIATIONA logging operation to provide a before-input-data-association message. |
|
BEFORE_INSTANCE_EXECUTIONA logging operation to provide a before-instance-execution message. |
|
BEFORE_ITERATIONA logging operation to provide a before-iteration message. |
|
BEFORE_OUTPUT_DATA_ASSOCIATIONA logging operation to provide a before-output-data-association message. |
|
COMPONENT_DEPLOYEDCurrently only thrown by BpmnDesignSchema to for BPM-BAM to set DEPLOYED status. |
|
COMPONENT_RETIREDCurrently only thrown by BpmnDesignSchema to for BPM-BAM to set RETIRED status. |
|
COMPONENT_SUSPENDEDCurrently only thrown by BpmnDesignSchema to for BPM-BAM to set SUSPENDED status. |
|
COMPONENT_UNDEPLOYEDCurrently only thrown by BpmnDesignSchema to for BPM-BAM to set UNDEPLOYED status. |
|
FLOW_NODE_CANCELLEDA post-audit operation to indicate that the process has been cancelled. |
|
FLOW_NODE_DATA_CHANGEDDeprecated. |
|
FLOW_NODE_INThe standard pre-audit operation to signify the start of a flow-element. |
|
FLOW_NODE_MOVEDAn instance migration operation to indicate that the execution of the associated activity has been terminated and moved to another flow-element. |
|
FLOW_NODE_OUTThe standard post-audit operation to signify the completion of a flow-element. |
|
INSTANCE_ABORTEDA post-audit operation to indicate that the process has been aborted. |
|
INSTANCE_CREATEDA pre-audit operation to indicate that a process instance has been created. |
|
INSTANCE_FAULTA post-audit operation to indicate that a fault has been thrown. |
|
INSTANCE_RESUMEDAn instancemigration operation to indicate that the process instance has been resumed. |
|
INSTANCE_SUSPENDEDAn instance migration operation to indicate that the process instance has been suspended. |
|
INSTANCE_SYSTEM_FAULTA post-audit operation to indicate that an unhandled exception has been encountered. |
|
INSTANCE_TERMINATEDA post-audit operation to indicate the completion of a process instance. |
|
INSTANCE_UPDATEDAn instance migration operation to indicate that there has been a manual update to a data object. |
|
MEASUREMENT_COUNTERA measurement operation to signify a counter mark has been processed. |
|
MEASUREMENT_STARTA measurement operation to signify that a "start" measurement mark has been processed. |
|
MEASUREMENT_START_STOPA measurement operation to signify that a "start-stop" measurement mark has been processed. |
|
MEASUREMENT_STOPA measurement operation to signify that a "stop" measurement mark has been processed. |
|
STALE_ABORTEDA post-audit operation to indicate that the process has been aborted during undeployment. |
|
STALE_COMPLETEDA post-audit operation to indicate that the completed process has been undeployed. |
|
| Method Summary | |
|---|---|
java.lang.String |
getType(boolean isEntry)Returns the type of the operation qualified by the entry flag. |
static AuditInstanceOperation |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static AuditInstanceOperation[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AuditInstanceOperation COMPONENT_DEPLOYED
public static final AuditInstanceOperation COMPONENT_RETIRED
public static final AuditInstanceOperation COMPONENT_SUSPENDED
public static final AuditInstanceOperation COMPONENT_UNDEPLOYED
public static final AuditInstanceOperation FLOW_NODE_IN
public static final AuditInstanceOperation FLOW_NODE_OUT
public static final AuditInstanceOperation FLOW_NODE_CANCELLED
public static final AuditInstanceOperation FLOW_NODE_MOVED
public static final AuditInstanceOperation FLOW_NODE_DATA_CHANGED
INSTANCE_UPDATEDpublic static final AuditInstanceOperation INSTANCE_UPDATED
public static final AuditInstanceOperation INSTANCE_ABORTED
public static final AuditInstanceOperation INSTANCE_CREATED
public static final AuditInstanceOperation INSTANCE_FAULT
public static final AuditInstanceOperation INSTANCE_SYSTEM_FAULT
public static final AuditInstanceOperation INSTANCE_TERMINATED
public static final AuditInstanceOperation INSTANCE_SUSPENDED
public static final AuditInstanceOperation INSTANCE_RESUMED
public static final AuditInstanceOperation MEASUREMENT_COUNTER
public static final AuditInstanceOperation MEASUREMENT_START
public static final AuditInstanceOperation MEASUREMENT_START_STOP
public static final AuditInstanceOperation MEASUREMENT_STOP
public static final AuditInstanceOperation STALE_ABORTED
public static final AuditInstanceOperation STALE_COMPLETED
public static final AuditInstanceOperation BEFORE_INPUT_DATA_ASSOCIATION
public static final AuditInstanceOperation AFTER_INPUT_DATA_ASSOCIATION
public static final AuditInstanceOperation BEFORE_OUTPUT_DATA_ASSOCIATION
public static final AuditInstanceOperation AFTER_OUTPUT_DATA_ASSOCIATION
public static final AuditInstanceOperation BEFORE_ITERATION
public static final AuditInstanceOperation BEFORE_INSTANCE_EXECUTION
public static final AuditInstanceOperation AFTER_INSTANCE_EXECUTION
| Method Detail |
|---|
public static AuditInstanceOperation[] values()
for (AuditInstanceOperation c : AuditInstanceOperation.values())
System.out.println(c);
public static AuditInstanceOperation valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getType(boolean isEntry)
| pre-audit | START |
| post-audit | END |
| intermediate | INTERMEDIATE |
isEntry - - To indicate if the caller is processing a pre-audit message (true).
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.6.0) E25378-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||