This package and sub-packages work together to provide BEA Portal Content Management. BEA Portal Content Management centers around the Virtual Content Repository. The Virtual Content Repository performs two functions:
This package and sub-packages work together to provide BEA Portal Content Management. It includes:
The components that make up a Virtual Repository are listed below.
This class represents binary content. |
|
This class caches the initial context and the EJB Home so lookups for EJBs are faster. |
|
A ContentEntity is an object that is identified in the content management system by a unique id. |
|
The credentials for an authenticated subject. |
|
The ID of a content element. |
|
A Node represents an element in a hieararchy. |
|
ObjectClass is the type for a Node. |
|
Utility class to manipulate unix path like Strings such as /a/b/c/d. |
|
Property is a name value pair, with the name being unique relative to the Node and the value is an Array of Value objects. |
|
PropertyChoice defines a set of choices for a PropertyDefinition, and thus any Property instances based on it. |
|
PropertyDefinition defines the shape of a Property. |
|
The value for a Property. |
This Exception is thrown when a user fails authentication. |
|
Thrown if a user is not authorized for an action. |
|
Thrown if an operation on a Node that already exists occurs, such as attempting to rename a Node to the Name of a Node that already exists. |
|
Thrown if an operation on a Node that does not exist occurs. |
|
Thrown if an operation on a ObjectClass that does not exist occurs. |
|
Thrown if an operation on a PropertyChoice that does not exist occurs. |
|
Thrown if an operation on a PropertyDefinition that does not exist occurs. |
|
Thrown if an operation on a Property that does not exist occurs. |
|
Thrown if trying to create an ObjectClass that already exists. |
|
Thrown if trying to add a PropertyChoice to an ObjectClass with the same name as one that already exists. |
|
Thrown if trying to add a PropertyDefinition to an ObjectClass with the same name as one that already exists. |
|
Thrown if trying to add a Property to a Node that already has a Property with the same name. |
|
This is the main checked exception for any error thrown from the SPI. |
|
This is the main runtime exception for system errors. |
|
An exception thrown from a repository implementation to signify that the operation is not supported by the implementation. |