|
Oracle BPEL Process Manager Client Java API Reference 10g Release 3 (10.1.3.1.0) B28986-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.oracle.bpel.client.Configuration
public class Configuration
Defines configuration parameters that may be passed into the BPEL server as NormalizedMessage properties.
| Field Summary | |
|---|---|
static java.lang.String |
AUDIT_LEVELThe audit trail level to use for this instance. |
static java.lang.String |
CALLBACK_MESSAGE_PAYLOAD_REF |
static java.lang.String |
COMPLETION_PERSIST_LEVELDetermines what is to be persisted to the BPEL server datastore if an in-memory instance is selected to be persisted. |
static java.lang.String |
COMPLETION_PERSIST_POLICYDatastore persistence policy for in-memory instances. |
static java.lang.String |
CONVERSATION_IDExternal identifier for a BPEL process instance. |
static java.lang.String |
CREATORCreator of BPEL process instance. |
static java.lang.String |
DEBUGMarker used to define if the instance is in debug mode. |
static java.lang.String |
DELIVERY_PERSIST_POLICYDatastore persistence policy of invocation messages delivered to the BPEL server. |
static java.lang.String |
EXPIRATION_DATEOptional parameter which defines the expiration date of this request. |
static java.lang.String |
HINT_PAYLOAD_AS_DOCUMENT_REF |
static java.lang.String |
INDEX1Associating an index with process instance |
static java.lang.String |
INDEX2Associating an index with process instance |
static java.lang.String |
INDEX3Associating an index with process instance |
static java.lang.String |
INVOKE_MESSAGE_GUID |
static java.lang.String |
INVOKE_MESSAGE_PAYLOAD_REF |
static java.lang.String |
LOCAL_CONVERSATION_IDLocal (internal) identifier for a BPEL process. |
static java.lang.String |
MASTER_CONVERSATION_IDWhen creating an instance that will be a detail instance in a master/detail coordination, this property needs to be set in order to establish the master/detail relationship. |
static java.lang.String |
METADATAAdditional information about BPEL process instance. |
static java.lang.String |
OPT_SOAP_SHORTCUT |
static java.lang.String |
PARENT_IDThe parent identifier for a process instance. |
static java.lang.String |
PAYLOAD_HINT |
static java.lang.String |
PRIORITYAllows the requestor to optionally specify the priority of the request. |
static java.lang.String |
REPLY_TO_ADDRESSURL of the callback service. |
static java.lang.String |
REPLY_TO_PORT_TYPEPort type of the callback service. |
static java.lang.String |
REPLY_TO_SERVICEService of the callback service. |
static java.lang.String |
RETRY_FATAL_CONNECTION |
static java.lang.String |
ROOT_IDThe root identifier for a process instance tree. |
static java.lang.String |
SERVICE_PROPERTIESFor internal use. |
static java.lang.String |
TEST_LOCATIONunit test location. |
static java.lang.String |
TEST_RUN_IDunit test run id. |
static java.lang.String |
TEST_RUN_NAMEunit test run name. |
static java.lang.String |
TEST_SUITEunit test suite. |
static java.lang.String |
TITLEOptional parameter used to define the title of the process instance. |
| Constructor Summary | |
|---|---|
Configuration() |
|
| Method Summary |
|---|
| 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 CONVERSATION_ID
public static final java.lang.String LOCAL_CONVERSATION_ID
public static final java.lang.String CREATOR
public static final java.lang.String METADATA
public static final java.lang.String EXPIRATION_DATE
public static final java.lang.String PRIORITY
public static final java.lang.String DEBUG
public static final java.lang.String TITLE
IInstanceHandle.getTitle; changing the title can only be done from within the process in a bpelx:exec activity.
public static final java.lang.String REPLY_TO_ADDRESS
public static final java.lang.String REPLY_TO_SERVICE
public static final java.lang.String REPLY_TO_PORT_TYPE
public static final java.lang.String DELIVERY_PERSIST_POLICY
off or false will prevent the invocation message from being stored.
public static final java.lang.String ROOT_ID
public static final java.lang.String PARENT_ID
public static final java.lang.String AUDIT_LEVEL
The default value is "development". Audit logging may also be controlled at the domain level as well.
public static final java.lang.String COMPLETION_PERSIST_POLICY
The supported values are:
The default value is "on".
public static final java.lang.String COMPLETION_PERSIST_LEVEL
The supported values are:
The default value is "all".
public static final java.lang.String SERVICE_PROPERTIES
public static final java.lang.String TEST_SUITE
public static final java.lang.String TEST_LOCATION
public static final java.lang.String TEST_RUN_NAME
public static final java.lang.String TEST_RUN_ID
public static final java.lang.String OPT_SOAP_SHORTCUT
public static final java.lang.String RETRY_FATAL_CONNECTION
public static final java.lang.String INDEX1
public static final java.lang.String INDEX2
public static final java.lang.String INDEX3
public static final java.lang.String INVOKE_MESSAGE_GUID
public static final java.lang.String MASTER_CONVERSATION_ID
public static final java.lang.String INVOKE_MESSAGE_PAYLOAD_REF
public static final java.lang.String CALLBACK_MESSAGE_PAYLOAD_REF
public static final java.lang.String PAYLOAD_HINT
public static final java.lang.String HINT_PAYLOAD_AS_DOCUMENT_REF
| Constructor Detail |
|---|
public Configuration()
|
Oracle BPEL Process Manager Client Java API Reference 10g Release 3 (10.1.3.1.0) B28986-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||