Package com.businessobjects.enterprise.overload

This package contains a series of classes that allow you to manage overloads and their interaction with Universe objects.

See:
          Description

Interface Summary
ObjectOverload Contains four methods that allow you to identify which universe object should be restricted from the universe.
ObjectsOverload A collection of universe objects that are restricted from the given universe.
Overload This class provides properties and methods that allow you to manage overloads.
OverloadRightEnum Defines constants used to define overload rights.
RowOverload Contains properties that allow you to identify which database row should be restricted.
RowsOverload A collection of database table rows that are restricted from a given universe.
TableMappingOverload Contains methods that allow you to switch the database tables that are referenced by a universe.
TableMappingsOverload A collection of table mappings for a given universe.
 

Class Summary
ObjectOverload.Factory A class with methods for creating instances of the ObjectOverload type.
ObjectsOverload.Factory A class with methods for creating instances of the ObjectsOverload type.
Overload.Factory A class with methods for creating instances of the Overload type.
OverloadRightEnum.Enum Internal Use Only.
OverloadRightEnum.Factory A class with methods for creating instances of the OverloadRightEnum type.
RowOverload.Factory A class with methods for creating instances of the RowOverload type.
RowsOverload.Factory A class with methods for creating instances of the RowsOverload type.
TableMappingOverload.Factory A class with methods for creating instances of the TableMappingOverload type.
TableMappingsOverload.Factory A class with methods for creating instances of the TableMappingsOverload type.
 

Package com.businessobjects.enterprise.overload Description

This package contains a series of classes that allow you to manage overloads and their interaction with Universe objects. An overload is a set of restrictions of different types that are associated to a unique universe and a set of principals (a principal is defined as a user or group).