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:
6.0

Field Summary
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 GETALLWORKITEMS
           
static int GETCUSTOMPROPERTY
           
static int GETFAULTMESSAGE
           
static int GETINPUTMESSAGE
           
static int GETOUTPUTMESSAGE
           
static int GETPROCESSINSTANCE
           
static int GETUISETTINGS
           
static int GETVARIABLE
           
static int GETWORKITEMS
           
static int MAX_COUNT
           
static int RESTART
           
static int RESUME
           
static int SETCUSTOMPROPERTY
           
static int SETVARIABLE
           
static int SUSPEND
           
static int TRANSFERWORKITEM
           
 

Field Detail

COPYRIGHT

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

CREATEMESSAGE

public static final int CREATEMESSAGE
See Also:
Constant Field Values

CREATEWORKITEM

public static final int CREATEWORKITEM
See Also:
Constant Field Values

DELETE

public static final int DELETE
See Also:
Constant Field Values

DELETEWORKITEM

public static final int DELETEWORKITEM
See Also:
Constant Field Values

FORCETERMINATE

public static final int FORCETERMINATE
See Also:
Constant Field Values

FORCETERMINATEANDCOMPENSATE

public static final int FORCETERMINATEANDCOMPENSATE
See Also:
Constant Field Values

GETACTIVEEVENTHANDLER

public static final int GETACTIVEEVENTHANDLER
See Also:
Constant Field Values

GETALLACTIVITIES

public static final int GETALLACTIVITIES
See Also:
Constant Field Values

GETALLWORKITEMS

public static final int GETALLWORKITEMS
See Also:
Constant Field Values

GETCUSTOMPROPERTY

public static final int GETCUSTOMPROPERTY
See Also:
Constant Field Values

GETFAULTMESSAGE

public static final int GETFAULTMESSAGE
See Also:
Constant Field Values

GETINPUTMESSAGE

public static final int GETINPUTMESSAGE
See Also:
Constant Field Values

GETOUTPUTMESSAGE

public static final int GETOUTPUTMESSAGE
See Also:
Constant Field Values

GETPROCESSINSTANCE

public static final int GETPROCESSINSTANCE
See Also:
Constant Field Values

GETUISETTINGS

public static final int GETUISETTINGS
See Also:
Constant Field Values

GETVARIABLE

public static final int GETVARIABLE
See Also:
Constant Field Values

GETWORKITEMS

public static final int GETWORKITEMS
See Also:
Constant Field Values

RESTART

public static final int RESTART
See Also:
Constant Field Values

RESUME

public static final int RESUME
See Also:
Constant Field Values

SETCUSTOMPROPERTY

public static final int SETCUSTOMPROPERTY
See Also:
Constant Field Values

SETVARIABLE

public static final int SETVARIABLE
See Also:
Constant Field Values

SUSPEND

public static final int SUSPEND
See Also:
Constant Field Values

TRANSFERWORKITEM

public static final int TRANSFERWORKITEM
See Also:
Constant Field Values

MAX_COUNT

public static final int MAX_COUNT
See Also:
Constant Field Values