Package com.businessobjects.enterprise.category

This package contains two classes that allow you to manage categories.

See:
          Description

Interface Summary
Category An XML Category(@http://enterprise.businessobjects.com/3.0/category).
CategoryDocuments An XML CategoryDocuments(@http://enterprise.businessobjects.com/3.0/category).
 

Class Summary
Category.Factory A factory class with static methods for creating instances of this type.
CategoryDocuments.Factory A factory class with static methods for creating instances of this type.
 

Package com.businessobjects.enterprise.category Description

This package contains two classes that allow you to manage categories.

BusinessObjects Enterprise provides two types of categories:

Categories

Personal Categories

In order to query for Categories and their associated subcategories , you will have to query for both the SI_CORPORATE_CATEGORIES and the SI_CHILDREN properties.

To query for Personal Categories and their associated subcategories, you will have to query for both the SI_PERSONAL_CATEGORIES and the SI_CHILDREN properties.

For more information on categories, see the BusinessObjects Enterprise Administrator's Guide.