Package com.businessobjects.enterprise.personalcategory

This package allows you to manage personal categories.

See:
          Description

Class Summary
CategoryChildren A collection of IDs that belong to this category's children.
PersonalCategory Contains properties and methods that allow you to manage the personal category.
PersonalCategoryDocuments A collection of the IDs of the documents that have been assigned to this category.
 

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.