com.ibm.task.api

Interface BusinessCategoryActions


  1. public interface BusinessCategoryActions
This interface defines symbolic constants for all actions that can be performed on business categories. These constants are to be used when determining the actions allowed by the currently logged-on user. Currently allowed actions are returned when calling the getAvailableActionsForBusinessCategory() or getAvailableActionFlagsForBusinessCategories() methods for a business category.
Since:
6.2.0.3

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
CREATEBUSINESSCATEGORY
Symbolic constant for business category action create.
  1. static
  2. int
DELETEBUSINESSCATEGORY
Symbolic constant for business category action delete.
  1. static
  2. int
GETBUSINESSCATEGORY
Symbolic constant for business category action get.
  1. static
  2. int
GETBUSINESSCATEGORYDEFINITION
Symbolic constant for business category action get business category definition.
  1. static
  2. int
GETROLEINFO
Symbolic constant for business category action get (all) work items.
  1. static
  2. int
UPDATE
Symbolic constant for business category action update.

Field Detail

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

GETBUSINESSCATEGORY

  1. static final int GETBUSINESSCATEGORY
Symbolic constant for business category action get.
See Also:

GETROLEINFO

  1. static final int GETROLEINFO
Symbolic constant for business category action get (all) work items.
See Also:

GETBUSINESSCATEGORYDEFINITION

  1. static final int GETBUSINESSCATEGORYDEFINITION
Symbolic constant for business category action get business category definition.
See Also:

CREATEBUSINESSCATEGORY

  1. static final int CREATEBUSINESSCATEGORY
Symbolic constant for business category action create.
See Also:

UPDATE

  1. static final int UPDATE
Symbolic constant for business category action update.
See Also:

DELETEBUSINESSCATEGORY

  1. static final int DELETEBUSINESSCATEGORY
Symbolic constant for business category action delete.
See Also: