|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskTemplateActions
This interface defines symbolic constants for all actions that can be performed on Task Templates. These constants are to be used when determining the actions allowed in the current task template state.
Currently allowed actions are returned when calling the
getAvailableActions()
method for a task template.
Field Summary | |
---|---|
static int |
COMPLETEWITHNEWFOLLOWONTASK
Symbolic constant for task template action complete task and create and start a new task as follow-on task. |
static java.lang.String |
COPYRIGHT
|
static int |
CREATEANDCALLTASK
Symbolic constant for task template action create and call task. |
static int |
CREATEANDSTARTTASK
Symbolic constant for task template action create and start task. |
static int |
CREATEANDSTARTTASKASSUBTASK
Symbolic constant for task template action create and start task as subtask. |
static int |
CREATEFAULTMESSAGE
Symbolic constant for task template action create fault message. |
static int |
CREATEINPUTMESSAGE
Symbolic constant for task template action create input message. |
static int |
CREATEOUTPUTMESSAGE
Symbolic constant for task template action create output message. |
static int |
CREATETASK
Symbolic constant for task template action create task. |
static int |
DELETETEMPLATE
Symbolic constant for task template action delete task template. |
static int |
GETCUSTOMPROPERTY
Symbolic constant for task template action get custom property. |
static int |
GETDOCUMENTATION
Symbolic constant for task template action get documentation. |
static int |
GETFAULTNAMES
Symbolic constant for task template action to retrieve fault name informations. |
static int |
GETROLEINFO
Symbolic constant for task instance action to retrieve role related information. |
static int |
GETTEMPLATE
Symbolic constant for task template action get task template. |
static int |
GETUISETTINGS
Symbolic constant for task template action get UI settings. |
static int |
STARTTEMPLATE
Symbolic constant for task template action start template. |
static int |
STOPTEMPLATE
Symbolic constant for task template action stop template. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final int GETCUSTOMPROPERTY
static final int GETUISETTINGS
static final int CREATETASK
static final int CREATEANDSTARTTASK
static final int COMPLETEWITHNEWFOLLOWONTASK
static final int CREATEANDSTARTTASKASSUBTASK
static final int GETROLEINFO
static final int GETDOCUMENTATION
static final int DELETETEMPLATE
static final int GETTEMPLATE
static final int CREATEINPUTMESSAGE
static final int CREATEANDCALLTASK
static final int STARTTEMPLATE
static final int STOPTEMPLATE
static final int CREATEOUTPUTMESSAGE
static final int CREATEFAULTMESSAGE
static final int GETFAULTNAMES
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |