IBM WebSphere Application ServerTM
Release 7

com.ibm.bpe.api
Interface ProcessInstanceActionIndex


public interface ProcessInstanceActionIndex

This interface defines symbolic constants to be used as a column index for the array of available action flags - see getAvailableActionFlags().

Since:
7.0 - introduced in 6.0

Field Summary
static int CLAIMPROCESSOWNERSHIP
           
static java.lang.String COPYRIGHT
           
static int CREATEMESSAGE
           
static int CREATEWORKITEM
           
static int DELETE
           
static int DELETEWORKITEM
           
static int FORCETERMINATE
           
static int FORCETERMINATEANDCOMPENSATE
           
static int GETACTIVEEVENTHANDLER
           
static int GETALLACTIVITIES
           
static int GETALLVARIABLENAMES
           
static int GETALLWORKITEMS
           
static int GETCORRELATIONSETINSTANCES
           
static int GETCUSTOMPROPERTY
           
static int GETCUSTOMPROPERTYNAMES
           
static int GETFAULTMESSAGE
           
static int GETINITIALVARIABLEVALUE
           
static int GETINPUTMESSAGE
           
static int GETOUTPUTMESSAGE
           
static int GETPROCESSINSTANCE
           
static int GETUISETTINGS
           
static int GETVARIABLE
           
static int GETWORKITEMS
           
static int INITIALIZECORRELATIONSET
           
static int MAX_COUNT
           
static int MIGRATE
           
static int RESTART
           
static int RESUME
           
static int SETCUSTOMPROPERTY
           
static int SETVARIABLE
           
static int SUSPEND
           
static int TRANSFERWORKITEM
           
static int UNINITIALIZECORRELATIONSET
           
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

CREATEMESSAGE

static final int CREATEMESSAGE
See Also:
Constant Field Values

CREATEWORKITEM

static final int CREATEWORKITEM
See Also:
Constant Field Values

DELETE

static final int DELETE
See Also:
Constant Field Values

DELETEWORKITEM

static final int DELETEWORKITEM
See Also:
Constant Field Values

FORCETERMINATE

static final int FORCETERMINATE
See Also:
Constant Field Values

FORCETERMINATEANDCOMPENSATE

static final int FORCETERMINATEANDCOMPENSATE
See Also:
Constant Field Values

GETACTIVEEVENTHANDLER

static final int GETACTIVEEVENTHANDLER
See Also:
Constant Field Values

GETALLACTIVITIES

static final int GETALLACTIVITIES
See Also:
Constant Field Values

GETALLWORKITEMS

static final int GETALLWORKITEMS
See Also:
Constant Field Values

GETCUSTOMPROPERTY

static final int GETCUSTOMPROPERTY
See Also:
Constant Field Values

GETFAULTMESSAGE

static final int GETFAULTMESSAGE
See Also:
Constant Field Values

GETINPUTMESSAGE

static final int GETINPUTMESSAGE
See Also:
Constant Field Values

GETOUTPUTMESSAGE

static final int GETOUTPUTMESSAGE
See Also:
Constant Field Values

GETPROCESSINSTANCE

static final int GETPROCESSINSTANCE
See Also:
Constant Field Values

GETUISETTINGS

static final int GETUISETTINGS
See Also:
Constant Field Values

GETVARIABLE

static final int GETVARIABLE
See Also:
Constant Field Values

GETWORKITEMS

static final int GETWORKITEMS
See Also:
Constant Field Values

RESTART

static final int RESTART
See Also:
Constant Field Values

RESUME

static final int RESUME
See Also:
Constant Field Values

SETCUSTOMPROPERTY

static final int SETCUSTOMPROPERTY
See Also:
Constant Field Values

SETVARIABLE

static final int SETVARIABLE
See Also:
Constant Field Values

SUSPEND

static final int SUSPEND
See Also:
Constant Field Values

TRANSFERWORKITEM

static final int TRANSFERWORKITEM
See Also:
Constant Field Values

GETALLVARIABLENAMES

static final int GETALLVARIABLENAMES
See Also:
Constant Field Values

GETINITIALVARIABLEVALUE

static final int GETINITIALVARIABLEVALUE
See Also:
Constant Field Values

CLAIMPROCESSOWNERSHIP

static final int CLAIMPROCESSOWNERSHIP
See Also:
Constant Field Values

GETCUSTOMPROPERTYNAMES

static final int GETCUSTOMPROPERTYNAMES
See Also:
Constant Field Values

GETCORRELATIONSETINSTANCES

static final int GETCORRELATIONSETINSTANCES
See Also:
Constant Field Values

INITIALIZECORRELATIONSET

static final int INITIALIZECORRELATIONSET
See Also:
Constant Field Values

UNINITIALIZECORRELATIONSET

static final int UNINITIALIZECORRELATIONSET
See Also:
Constant Field Values

MIGRATE

static final int MIGRATE
See Also:
Constant Field Values

MAX_COUNT

static final int MAX_COUNT
See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 7