Package com.businessobjects.enterprise.personalcategory

This package allows you to manage personal categories.

See:
          Description

Interface Summary
PersonalCategory An XML PersonalCategory(@http://enterprise.businessobjects.com/3.0/personalcategory).
PersonalCategoryDocuments An XML PersonalCategoryDocuments(@http://enterprise.businessobjects.com/3.0/personalcategory).
 

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

Package com.businessobjects.enterprise.personalcategory Description

This package allows you to manage personal 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.