|
Oracle BPEL Process Manager Client API Reference 10g Release 2 (10.1.2) B25709-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final int STATE_ON
public static final int STATE_OFF
public static final int LIFECYCLE_ACTIVE
public static final int LIFECYCLE_RETIRED
public static final int OP_TYPE_UNDEFINED
public static final int OP_TYPE_INITIAL_POST
public static final int OP_TYPE_INITIAL_REQUEST
public static final int OP_TYPE_CONTINUE_POST
public static final int OP_TYPE_CONTINUE_REQUEST
|
Oracle BPEL Process Manager Client API Reference 10g Release 2 (10.1.2) B25709-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |