com.ibm.task.api
Interface TaskTemplateActions
- public interface TaskTemplateActions
Currently allowed actions are returned when calling the
getAvailableActions()
method for a task template.
Since:
6.1
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COMPLETEWITHNEWFOLLOWONTASK
Symbolic constant for task template action complete task and create and
start a new task as follow-on task.
|
|
COPYRIGHT
|
|
CREATEANDCALLTASK
Symbolic constant for task template action create and call task.
|
|
CREATEANDSTARTTASK
Symbolic constant for task template action create and start task.
|
|
CREATEANDSTARTTASKASSUBTASK
Symbolic constant for task template action create and start task as subtask.
|
|
CREATEFAULTMESSAGE
Symbolic constant for task template action create fault message.
|
|
CREATEINPUTMESSAGE
Symbolic constant for task template action create input message.
|
|
CREATEOUTPUTMESSAGE
Symbolic constant for task template action create output message.
|
|
CREATETASK
Symbolic constant for task template action create task.
|
|
DELETETEMPLATE
Symbolic constant for task template action delete task template.
|
|
GETCUSTOMPROPERTY
Symbolic constant for task template action get custom property.
|
|
GETDOCUMENTATION
Symbolic constant for task template action get documentation.
|
|
GETFAULTNAMES
Symbolic constant for task template action to retrieve fault name informations.
|
|
GETROLEINFO
Symbolic constant for task instance action to retrieve role related information.
|
|
GETTEMPLATE
Symbolic constant for task template action get task template.
|
|
GETUISETTINGS
Symbolic constant for task template action get UI settings.
|
|
STARTTEMPLATE
Symbolic constant for task template action start template.
|
|
STOPTEMPLATE
Symbolic constant for task template action stop template.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
GETCUSTOMPROPERTY
- static final int GETCUSTOMPROPERTY
Symbolic constant for task template action get custom property.
GETUISETTINGS
- static final int GETUISETTINGS
Symbolic constant for task template action get UI settings.
CREATETASK
- static final int CREATETASK
Symbolic constant for task template action create task.
CREATEANDSTARTTASK
- static final int CREATEANDSTARTTASK
Symbolic constant for task template action create and start task.
COMPLETEWITHNEWFOLLOWONTASK
- static final int COMPLETEWITHNEWFOLLOWONTASK
Symbolic constant for task template action complete task and create and
start a new task as follow-on task.
CREATEANDSTARTTASKASSUBTASK
- static final int CREATEANDSTARTTASKASSUBTASK
Symbolic constant for task template action create and start task as subtask.
GETROLEINFO
- static final int GETROLEINFO
Symbolic constant for task instance action to retrieve role related information.
GETDOCUMENTATION
- static final int GETDOCUMENTATION
Symbolic constant for task template action get documentation.
DELETETEMPLATE
- static final int DELETETEMPLATE
Symbolic constant for task template action delete task template.
GETTEMPLATE
- static final int GETTEMPLATE
Symbolic constant for task template action get task template.
CREATEINPUTMESSAGE
- static final int CREATEINPUTMESSAGE
Symbolic constant for task template action create input message.
CREATEANDCALLTASK
- static final int CREATEANDCALLTASK
Symbolic constant for task template action create and call task.
STARTTEMPLATE
- static final int STARTTEMPLATE
Symbolic constant for task template action start template.
STOPTEMPLATE
- static final int STOPTEMPLATE
Symbolic constant for task template action stop template.
CREATEOUTPUTMESSAGE
- static final int CREATEOUTPUTMESSAGE
Symbolic constant for task template action create output message.
CREATEFAULTMESSAGE
- static final int CREATEFAULTMESSAGE
Symbolic constant for task template action create fault message.
GETFAULTNAMES
- static final int GETFAULTNAMES
Symbolic constant for task template action to retrieve fault name informations.