com.ibm.bpe.api
Interface ActivityInstanceActionIndex


public interface ActivityInstanceActionIndex

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 int CANCELCLAIM
           
static int CLAIM
           
static int COMPLETE
           
static java.lang.String COPYRIGHT
           
static int CREATEMESSAGE
           
static int CREATEWORKITEM
           
static int DELETEWORKITEM
           
static int FORCECOMPLETE
           
static int FORCERETRY
           
static int GETACTIVITYINSTANCE
           
static int GETALLWORKITEMS
           
static int GETCUSTOMPROPERTY
           
static int GETCUSTOMPROPERTYNAMES
           
static int GETFAULTMESSAGE
           
static int GETFAULTNAMES
           
static int GETINPUTMESSAGE
           
static int GETOUTPUTMESSAGE
           
static int GETUISETTINGS
           
static int GETVARIABLE
           
static int GETWORKITEMS
           
static int MAX_COUNT
           
static int SETCUSTOMPROPERTY
           
static int SETFAULTMESSAGE
           
static int SETOUTPUTMESSAGE
           
static int SETVARIABLE
           
static int TRANSFERWORKITEM
           
 

Field Detail

COPYRIGHT

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

CANCELCLAIM

public static final int CANCELCLAIM
See Also:
Constant Field Values

CLAIM

public static final int CLAIM
See Also:
Constant Field Values

COMPLETE

public static final int COMPLETE
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

DELETEWORKITEM

public static final int DELETEWORKITEM
See Also:
Constant Field Values

FORCECOMPLETE

public static final int FORCECOMPLETE
See Also:
Constant Field Values

FORCERETRY

public static final int FORCERETRY
See Also:
Constant Field Values

GETACTIVITYINSTANCE

public static final int GETACTIVITYINSTANCE
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

GETCUSTOMPROPERTYNAMES

public static final int GETCUSTOMPROPERTYNAMES
See Also:
Constant Field Values

GETFAULTMESSAGE

public static final int GETFAULTMESSAGE
See Also:
Constant Field Values

GETFAULTNAMES

public static final int GETFAULTNAMES
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

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

SETCUSTOMPROPERTY

public static final int SETCUSTOMPROPERTY
See Also:
Constant Field Values

SETFAULTMESSAGE

public static final int SETFAULTMESSAGE
See Also:
Constant Field Values

SETOUTPUTMESSAGE

public static final int SETOUTPUTMESSAGE
See Also:
Constant Field Values

SETVARIABLE

public static final int SETVARIABLE
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