Skip navigation links

Oracle BPEL Process Manager Client Java API Reference
10g Release 3 (10.1.3.1.0)

B28986-01


com.oracle.bpel.client
Interface IBPELProcessConstants

All Known Subinterfaces:
IActivationAgentHandle, IBPELProcessHandle

public interface IBPELProcessConstants

Field Summary
static int LIFECYCLE_ACTIVE
          Lifecycle value for a process that is active.
static int LIFECYCLE_RETIRED
          Lifecycle value for a process that is retired.
static int OP_TYPE_CONTINUE_POST
          BPEL async operation (<receive>, <onMessage> that don't <reply>)
static int OP_TYPE_CONTINUE_REQUEST
          BPEL sync operation (<receive>, <onMessage> that need to <reply>)
static int OP_TYPE_INITIAL_POST
          JBPEL async operation, BPEL initiate async operation (<receive createInstance="yes"> and doesn't have to do <reply>)
static int OP_TYPE_INITIAL_REQUEST
          BPEL sync operation (<receive createInstance="yes"> and does <reply>)
static int OP_TYPE_UNDEFINED
          Internal use only.
static int STATE_OFF
          State value for a process that is off.
static int STATE_ON
          State value for a process that is on.

 

Field Detail

STATE_ON

static final int STATE_ON
State value for a process that is on. When a process has state on instances may be accessed (and instantiated). Overall access to a process is governed by its state.
Since:
2.0
See Also:
Constant Field Values

STATE_OFF

static final int STATE_OFF
State value for a process that is off. When a process has state off no instances may be accessed (or instantiated). Overall access to a process is governed by its state.
Since:
2.0
See Also:
Constant Field Values

LIFECYCLE_ACTIVE

static final int LIFECYCLE_ACTIVE
Lifecycle value for a process that is active. When a process has lifecycle active new instances may be instantiated. The lifecycle of a process determines whether or not instances may be instantiated; the lifecycle may be retired and existing instance may be accessed.
Since:
2.0
See Also:
Constant Field Values

LIFECYCLE_RETIRED

static final int LIFECYCLE_RETIRED
Lifecycle value for a process that is retired. When a process has lifecycle retired new instances may not be instantiated. The lifecycle of a process determines whether or not instances may be instantiated; the lifecycle may be retired and existing instance may be accessed.
Since:
2.0
See Also:
Constant Field Values

OP_TYPE_UNDEFINED

static final int OP_TYPE_UNDEFINED
Internal use only.
See Also:
Constant Field Values

OP_TYPE_INITIAL_POST

static final int OP_TYPE_INITIAL_POST
JBPEL async operation, BPEL initiate async operation (<receive createInstance="yes"> and doesn't have to do <reply>)
See Also:
Constant Field Values

OP_TYPE_INITIAL_REQUEST

static final int OP_TYPE_INITIAL_REQUEST
BPEL sync operation (<receive createInstance="yes"> and does <reply>)
See Also:
Constant Field Values

OP_TYPE_CONTINUE_POST

static final int OP_TYPE_CONTINUE_POST
BPEL async operation (<receive>, <onMessage> that don't <reply>)
See Also:
Constant Field Values

OP_TYPE_CONTINUE_REQUEST

static final int OP_TYPE_CONTINUE_REQUEST
BPEL sync operation (<receive>, <onMessage> that need to <reply>)
See Also:
Constant Field Values

Skip navigation links

Oracle BPEL Process Manager Client Java API Reference
10g Release 3 (10.1.3.1.0)

B28986-01


Copyright © 2006, Oracle. All rights reserved.