com.ibm.task.api
Interface TaskTemplateActionIndex
-
public interface TaskTemplateActionIndex
This interface defines symbolic constants to be used as column index when accessing the array of available action flags.- Since:
- future
-
-
Field Summary
Fields Modifier and Type Field and Description static int
COMPLETEWITHNEWFOLLOWONTASK
static java.lang.String
COPYRIGHT
static int
CREATEANDCALLTASK
static int
CREATEANDSTARTTASK
static int
CREATEANDSTARTTASKASSUBTASK
static int
CREATEFAULTMESSAGE
static int
CREATEINPUTMESSAGE
static int
CREATEOUTPUTMESSAGE
static int
CREATETASK
static int
DELETETEMPLATE
static int
GETCUSTOMPROPERTY
static int
GETDOCUMENTATION
static int
GETFAULTNAMES
static int
GETROLEINFO
static int
GETTEMPLATE
static int
GETUISETTINGS
static int
MAX_COUNT
static int
STARTTEMPLATE
static int
STOPTEMPLATE
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
-
GETCUSTOMPROPERTY
static final int GETCUSTOMPROPERTY
- See Also:
- Constant Field Values
-
GETUISETTINGS
static final int GETUISETTINGS
- See Also:
- Constant Field Values
-
CREATETASK
static final int CREATETASK
- See Also:
- Constant Field Values
-
CREATEANDSTARTTASK
static final int CREATEANDSTARTTASK
- See Also:
- Constant Field Values
-
COMPLETEWITHNEWFOLLOWONTASK
static final int COMPLETEWITHNEWFOLLOWONTASK
- See Also:
- Constant Field Values
-
CREATEANDSTARTTASKASSUBTASK
static final int CREATEANDSTARTTASKASSUBTASK
- See Also:
- Constant Field Values
-
GETDOCUMENTATION
static final int GETDOCUMENTATION
- See Also:
- Constant Field Values
-
DELETETEMPLATE
static final int DELETETEMPLATE
- See Also:
- Constant Field Values
-
GETTEMPLATE
static final int GETTEMPLATE
- See Also:
- Constant Field Values
-
CREATEINPUTMESSAGE
static final int CREATEINPUTMESSAGE
- See Also:
- Constant Field Values
-
CREATEANDCALLTASK
static final int CREATEANDCALLTASK
- See Also:
- Constant Field Values
-
GETROLEINFO
static final int GETROLEINFO
- See Also:
- Constant Field Values
-
STARTTEMPLATE
static final int STARTTEMPLATE
- See Also:
- Constant Field Values
-
STOPTEMPLATE
static final int STOPTEMPLATE
- See Also:
- Constant Field Values
-
CREATEOUTPUTMESSAGE
static final int CREATEOUTPUTMESSAGE
- See Also:
- Constant Field Values
-
CREATEFAULTMESSAGE
static final int CREATEFAULTMESSAGE
- See Also:
- Constant Field Values
-
GETFAULTNAMES
static final int GETFAULTNAMES
- See Also:
- Constant Field Values
-
MAX_COUNT
static final int MAX_COUNT
- See Also:
- Constant Field Values
-
-