|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskActions
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 int |
COMPLETEWITHFOLLOWONTASK
Symbolic constant for task instance action complete the current task and start a previously created task as follow-on task. |
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 |
RESTARTTASK
Symbolic constant for task instance action restart task. |
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 |
SETINPUTMESSAGE
Symbolic constant for task instance action set input message. |
static int |
SETOUTPUTMESSAGE
Symbolic constant for task instance action set output message. |
static int |
SETTASKREAD
Symbolic constant for task instance action set task read. |
static int |
STARTTASK
Symbolic constant for task instance action start task. |
static int |
STARTTASKASSUBTASK
Symbolic constant for task instance action start task as subtask. |
static int |
SUSPEND
Symbolic constant for task instance action suspend task. |
static int |
SUSPENDWITHCANCELCLAIM
Symbolic constant for task instance action suspend task and later cancelClaim. |
static int |
TERMINATE
Symbolic constant for task instance action terminate task. |
static int |
TRANSFERTOWORKBASKET
Symbolic constant for task instance action transfer to work basket. |
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 |
---|
static final java.lang.String COPYRIGHT
static final int CLAIM
static final int COMPLETE
static final int CANCELCLAIM
static final int SETOUTPUTMESSAGE
static final int SETCUSTOMPROPERTY
static final int GETOUTPUTMESSAGE
static final int GETINPUTMESSAGE
static final int GETFAULTMESSAGE
static final int GETCUSTOMPROPERTY
static final int GETTASKINSTANCE
static final int GETUISETTINGS
static final int SETFAULTMESSAGE
static final int CREATEMESSAGE
static final int CREATEWORKITEM
static final int DELETEWORKITEM
static final int TRANSFERWORKITEM
static final int GETFAULTNAMES
static final int CALLTASK
static final int CREATEFAULTMESSAGE
static final int CREATEINPUTMESSAGE
static final int CREATEOUTPUTMESSAGE
static final int DELETE
static final int GETDOCUMENTATION
static final int GETTASK
static final int STARTTASK
static final int RESTARTTASK
static final int RESUME
static final int COMPLETEWITHFOLLOWONTASK
static final int STARTTASKASSUBTASK
static final int SUSPEND
static final int TERMINATE
static final int UPDATE
static final int GETROLEINFO
static final int UPDATEINACTIVETASK
static final int SUSPENDWITHCANCELCLAIM
static final int SETINPUTMESSAGE
static final int TRANSFERTOWORKBASKET
static final int SETTASKREAD
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |