com.ibm.task.api

Interface TaskTemplateActions


  1. 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.

Since:
6.1

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
COMPLETEWITHNEWFOLLOWONTASK
Symbolic constant for task template action complete task and create and start a new task as follow-on task.
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
CREATEANDCALLTASK
Symbolic constant for task template action create and call task.
  1. static
  2. int
CREATEANDSTARTTASK
Symbolic constant for task template action create and start task.
  1. static
  2. int
CREATEANDSTARTTASKASSUBTASK
Symbolic constant for task template action create and start task as subtask.
  1. static
  2. int
CREATEFAULTMESSAGE
Symbolic constant for task template action create fault message.
  1. static
  2. int
CREATEINPUTMESSAGE
Symbolic constant for task template action create input message.
  1. static
  2. int
CREATEOUTPUTMESSAGE
Symbolic constant for task template action create output message.
  1. static
  2. int
CREATETASK
Symbolic constant for task template action create task.
  1. static
  2. int
DELETETEMPLATE
Symbolic constant for task template action delete task template.
  1. static
  2. int
GETCUSTOMPROPERTY
Symbolic constant for task template action get custom property.
  1. static
  2. int
GETDOCUMENTATION
Symbolic constant for task template action get documentation.
  1. static
  2. int
GETFAULTNAMES
Symbolic constant for task template action to retrieve fault name informations.
  1. static
  2. int
GETROLEINFO
Symbolic constant for task instance action to retrieve role related information.
  1. static
  2. int
GETTEMPLATE
Symbolic constant for task template action get task template.
  1. static
  2. int
GETUISETTINGS
Symbolic constant for task template action get UI settings.
  1. static
  2. int
STARTTEMPLATE
Symbolic constant for task template action start template.
  1. static
  2. int
STOPTEMPLATE
Symbolic constant for task template action stop template.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

GETCUSTOMPROPERTY

  1. static final int GETCUSTOMPROPERTY
Symbolic constant for task template action get custom property.
Since:
6.0
See Also:

GETUISETTINGS

  1. static final int GETUISETTINGS
Symbolic constant for task template action get UI settings.
Since:
6.0
See Also:

CREATETASK

  1. static final int CREATETASK
Symbolic constant for task template action create task.
Since:
6.0
See Also:

CREATEANDSTARTTASK

  1. static final int CREATEANDSTARTTASK
Symbolic constant for task template action create and start task.
Since:
6.0
See Also:

COMPLETEWITHNEWFOLLOWONTASK

  1. static final int COMPLETEWITHNEWFOLLOWONTASK
Symbolic constant for task template action complete task and create and start a new task as follow-on task.
Since:
6.0.2
See Also:

CREATEANDSTARTTASKASSUBTASK

  1. static final int CREATEANDSTARTTASKASSUBTASK
Symbolic constant for task template action create and start task as subtask.
Since:
6.0.2
See Also:

GETROLEINFO

  1. static final int GETROLEINFO
Symbolic constant for task instance action to retrieve role related information.
Since:
6.0
See Also:

GETDOCUMENTATION

  1. static final int GETDOCUMENTATION
Symbolic constant for task template action get documentation.
Since:
6.0
See Also:

DELETETEMPLATE

  1. static final int DELETETEMPLATE
Symbolic constant for task template action delete task template.
Since:
6.0
See Also:

GETTEMPLATE

  1. static final int GETTEMPLATE
Symbolic constant for task template action get task template.
Since:
6.0
See Also:

CREATEINPUTMESSAGE

  1. static final int CREATEINPUTMESSAGE
Symbolic constant for task template action create input message.
Since:
6.0
See Also:

CREATEANDCALLTASK

  1. static final int CREATEANDCALLTASK
Symbolic constant for task template action create and call task.
Since:
6.0
See Also:

STARTTEMPLATE

  1. static final int STARTTEMPLATE
Symbolic constant for task template action start template.
Since:
6.0
See Also:

STOPTEMPLATE

  1. static final int STOPTEMPLATE
Symbolic constant for task template action stop template.
Since:
6.0
See Also:

CREATEOUTPUTMESSAGE

  1. static final int CREATEOUTPUTMESSAGE
Symbolic constant for task template action create output message.
Since:
6.2
See Also:

CREATEFAULTMESSAGE

  1. static final int CREATEFAULTMESSAGE
Symbolic constant for task template action create fault message.
Since:
6.2
See Also:

GETFAULTNAMES

  1. static final int GETFAULTNAMES
Symbolic constant for task template action to retrieve fault name informations.
Since:
6.2
See Also: