|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines symbolic constants for all actions that can be performed on
task instances. These constants are to be used when determining the actions
allowed in the current task instance state.
Currently allowed actions are returned
when calling the getAvailableActions()
or getAvailableActionFlags()
methods for a task instance.
Field Summary | |
---|---|
static int |
CALLTASK
Symbolic constant for task instance action call task. |
static int |
CANCELCLAIM
Symbolic constant for task instance action cancel claim. |
static int |
CLAIM
Symbolic constant for task instance action claim. |
static int |
COMPLETE
Symbolic constant for task instance action complete. |
static java.lang.String |
COPYRIGHT
|
static int |
CREATEFAULTMESSAGE
Symbolic constant for task instance action create fault message. |
static int |
CREATEINPUTMESSAGE
Symbolic constant for task instance action create input message. |
static int |
CREATEMESSAGE
Deprecated. Use CREATEINPUTMESSAGE, CREATEOUTPUTMESSAGE, CREATEFAULTMESSAGE. |
static int |
CREATEOUTPUTMESSAGE
Symbolic constant for task instance action create output message. |
static int |
CREATEWORKITEM
Symbolic constant for task instance action create work item. |
static int |
DELETE
Symbolic constant for task instance action delete task. |
static int |
DELETEWORKITEM
Symbolic constant for task instance action delete work item. |
static int |
GETCUSTOMPROPERTY
Symbolic constant for task instance action get custom property. |
static int |
GETDOCUMENTATION
Symbolic constant for task instance action get documentation. |
static int |
GETFAULTMESSAGE
Symbolic constant for task instance action get fault message. |
static int |
GETFAULTNAMES
Symbolic constant for task instance action get fault names. |
static int |
GETINPUTMESSAGE
Symbolic constant for task instance action get input message. |
static int |
GETOUTPUTMESSAGE
Symbolic constant for task instance action get output message. |
static int |
GETROLEINFO
Symbolic constant for task instance action to retrieve role related information. |
static int |
GETTASK
Symbolic constant for task instance action get task. |
static int |
GETTASKINSTANCE
Deprecated. Use GETTASK. |
static int |
GETUISETTINGS
Symbolic constant for task instance action get UI settings. |
static int |
RESUME
Symbolic constant for task instance action resume task. |
static int |
SETCUSTOMPROPERTY
Symbolic constant for task instance action set custom properties. |
static int |
SETFAULTMESSAGE
Symbolic constant for task instance action set fault message. |
static int |
SETOUTPUTMESSAGE
Symbolic constant for task instance action set output message. |
static int |
STARTTASK
Symbolic constant for task instance action start task. |
static int |
SUSPEND
Symbolic constant for task instance action suspend task. |
static int |
TERMINATE
Symbolic constant for task instance action terminate task. |
static int |
TRANSFERWORKITEM
Symbolic constant for task instance action transfer work item. |
static int |
UPDATE
Symbolic constant for task instance action update task. |
static int |
UPDATEINACTIVETASK
Symbolic constant for task instance action update inactive task. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final int CLAIM
public static final int COMPLETE
public static final int CANCELCLAIM
public static final int SETOUTPUTMESSAGE
public static final int SETCUSTOMPROPERTY
public static final int GETOUTPUTMESSAGE
public static final int GETINPUTMESSAGE
public static final int GETFAULTMESSAGE
public static final int GETCUSTOMPROPERTY
public static final int GETTASKINSTANCE
public static final int GETUISETTINGS
public static final int SETFAULTMESSAGE
public static final int CREATEMESSAGE
public static final int CREATEWORKITEM
public static final int DELETEWORKITEM
public static final int TRANSFERWORKITEM
public static final int GETFAULTNAMES
public static final int CALLTASK
public static final int CREATEFAULTMESSAGE
public static final int CREATEINPUTMESSAGE
public static final int CREATEOUTPUTMESSAGE
public static final int DELETE
public static final int GETDOCUMENTATION
public static final int GETTASK
public static final int STARTTASK
public static final int RESUME
public static final int SUSPEND
public static final int TERMINATE
public static final int UPDATE
public static final int GETROLEINFO
public static final int UPDATEINACTIVETASK
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |