com.ibm.task.api
Interface BusinessCategoryActions
- public interface BusinessCategoryActions
getAvailableActionsForBusinessCategory()
or getAvailableActionFlagsForBusinessCategories()
methods for a business category.
Since:
6.2.0.3
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
|
CREATEBUSINESSCATEGORY
Symbolic constant for business category action create.
|
|
DELETEBUSINESSCATEGORY
Symbolic constant for business category action delete.
|
|
GETBUSINESSCATEGORY
Symbolic constant for business category action get.
|
|
GETBUSINESSCATEGORYDEFINITION
Symbolic constant for business category action get business category definition.
|
|
GETROLEINFO
Symbolic constant for business category action get (all) work items.
|
|
UPDATE
Symbolic constant for business category action update.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
GETBUSINESSCATEGORY
- static final int GETBUSINESSCATEGORY
Symbolic constant for business category action get.
See Also:
GETROLEINFO
- static final int GETROLEINFO
Symbolic constant for business category action get (all) work items.
See Also:
GETBUSINESSCATEGORYDEFINITION
- static final int GETBUSINESSCATEGORYDEFINITION
Symbolic constant for business category action get business category definition.
See Also:
CREATEBUSINESSCATEGORY
- static final int CREATEBUSINESSCATEGORY
Symbolic constant for business category action create.
See Also:
UPDATE
- static final int UPDATE
Symbolic constant for business category action update.
See Also:
DELETEBUSINESSCATEGORY
- static final int DELETEBUSINESSCATEGORY
Symbolic constant for business category action delete.
See Also: