IBM WebSphere Application ServerTM
Release 7

com.ibm.task.api
Interface TaskActionIndex


public interface TaskActionIndex

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

Since:
7.0 - introduced in 6.0

Field Summary
static int CALLTASK
           
static int CANCELCLAIM
           
static int CLAIM
           
static int COMPLETE
           
static int COMPLETEWITHFOLLOWONTASK
           
static java.lang.String COPYRIGHT
           
static int CREATEFAULTMESSAGE
           
static int CREATEINPUTMESSAGE
           
static int CREATEMESSAGE
           
static int CREATEOUTPUTMESSAGE
           
static int CREATEWORKITEM
           
static int DELETE
           
static int DELETEWORKITEM
           
static int GETCUSTOMPROPERTY
           
static int GETDOCUMENTATION
           
static int GETFAULTMESSAGE
           
static int GETFAULTNAMES
           
static int GETINPUTMESSAGE
           
static int GETOUTPUTMESSAGE
           
static int GETROLEINFO
           
static int GETTASK
           
static int GETUISETTINGS
           
static int MAX_COUNT
           
static int RESTARTTASK
           
static int RESUME
           
static int SETCUSTOMPROPERTY
           
static int SETFAULTMESSAGE
           
static int SETINPUTMESSAGE
           
static int SETOUTPUTMESSAGE
           
static int SETTASKREAD
           
static int STARTTASK
           
static int STARTTASKASSUBTASK
           
static int SUSPEND
           
static int SUSPENDWITHCANCELCLAIM
           
static int TERMINATE
           
static int TRANSFERTOWORKBASKET
           
static int TRANSFERWORKITEM
           
static int UPDATE
           
static int UPDATEINACTIVETASK
           
 

Field Detail

COPYRIGHT

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

GETTASK

static final int GETTASK
See Also:
Constant Field Values

CLAIM

static final int CLAIM
See Also:
Constant Field Values

COMPLETE

static final int COMPLETE
See Also:
Constant Field Values

CANCELCLAIM

static final int CANCELCLAIM
See Also:
Constant Field Values

GETOUTPUTMESSAGE

static final int GETOUTPUTMESSAGE
See Also:
Constant Field Values

SETOUTPUTMESSAGE

static final int SETOUTPUTMESSAGE
See Also:
Constant Field Values

GETINPUTMESSAGE

static final int GETINPUTMESSAGE
See Also:
Constant Field Values

GETFAULTNAMES

static final int GETFAULTNAMES
See Also:
Constant Field Values

GETFAULTMESSAGE

static final int GETFAULTMESSAGE
See Also:
Constant Field Values

SETFAULTMESSAGE

static final int SETFAULTMESSAGE
See Also:
Constant Field Values

CREATEMESSAGE

static final int CREATEMESSAGE
See Also:
Constant Field Values

CREATEINPUTMESSAGE

static final int CREATEINPUTMESSAGE
See Also:
Constant Field Values

CREATEOUTPUTMESSAGE

static final int CREATEOUTPUTMESSAGE
See Also:
Constant Field Values

CREATEFAULTMESSAGE

static final int CREATEFAULTMESSAGE
See Also:
Constant Field Values

GETCUSTOMPROPERTY

static final int GETCUSTOMPROPERTY
See Also:
Constant Field Values

SETCUSTOMPROPERTY

static final int SETCUSTOMPROPERTY
See Also:
Constant Field Values

GETUISETTINGS

static final int GETUISETTINGS
See Also:
Constant Field Values

GETDOCUMENTATION

static final int GETDOCUMENTATION
See Also:
Constant Field Values

DELETE

static final int DELETE
See Also:
Constant Field Values

CALLTASK

static final int CALLTASK
See Also:
Constant Field Values

STARTTASK

static final int STARTTASK
See Also:
Constant Field Values

RESTARTTASK

static final int RESTARTTASK
See Also:
Constant Field Values

SUSPEND

static final int SUSPEND
See Also:
Constant Field Values

RESUME

static final int RESUME
See Also:
Constant Field Values

TERMINATE

static final int TERMINATE
See Also:
Constant Field Values

UPDATE

static final int UPDATE
See Also:
Constant Field Values

UPDATEINACTIVETASK

static final int UPDATEINACTIVETASK
See Also:
Constant Field Values

COMPLETEWITHFOLLOWONTASK

static final int COMPLETEWITHFOLLOWONTASK
See Also:
Constant Field Values

STARTTASKASSUBTASK

static final int STARTTASKASSUBTASK
See Also:
Constant Field Values

CREATEWORKITEM

static final int CREATEWORKITEM
See Also:
Constant Field Values

DELETEWORKITEM

static final int DELETEWORKITEM
See Also:
Constant Field Values

TRANSFERWORKITEM

static final int TRANSFERWORKITEM
See Also:
Constant Field Values

GETROLEINFO

static final int GETROLEINFO
See Also:
Constant Field Values

SUSPENDWITHCANCELCLAIM

static final int SUSPENDWITHCANCELCLAIM
See Also:
Constant Field Values

SETINPUTMESSAGE

static final int SETINPUTMESSAGE
See Also:
Constant Field Values

TRANSFERTOWORKBASKET

static final int TRANSFERTOWORKBASKET
See Also:
Constant Field Values

SETTASKREAD

static final int SETTASKREAD
See Also:
Constant Field Values

MAX_COUNT

static final int MAX_COUNT
See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 7