Oracle Beehive Java Content Repository Java API Reference
Release 1 (1.3)

E11993-02

Oracle Beehive Java Content Repository

The Java Content Repository (JCR) API is a standard programmatic interface for content repositories, in this case, the Oracle Beehive repository. Clients using the JCR API can read content from and write content to the repository and take advantage special features provided by the repository such as versioning and locking. As a result, you can develop applications independent of the underlying repository architecture.

The Oracle Beehive JCR implementation is a set of classes implementing the standard interfaces defined by the JCR API. Clients of JCR invoke the APIs, which are processed by implementing classes. If the operation requires interaction with the Oracle Beehive repository, the appropriate Content Service method is invoked and then the result is returned to the client. See oracle.ocs.jcr.OracleRepository to get started with connecting to the Oracle Beehive repository.

Packages
oracle.ocs.jcr This contains the packages of Java Content Repository for Level 1 and Level 2 operations.
oracle.ocs.jcr.lock This contains Locking functionality for the Content Repository.
oracle.ocs.jcr.nodetype This contains Node Type functionality for the Content Repository.
oracle.ocs.jcr.version This contains Versioning functionality for the Content Repository.

 


Oracle Beehive Java Content Repository Java API Reference
Release 1 (1.3)

E11993-02

Copyright © 2007, 2008, Oracle. All rights reserved.