| CRXModule |
The CRXModule interface defines the API which must be
implemented by modules extending the functionality of the repository.
|
| CRXRepository |
This Interface extends the jcr repository by some crx specific methods
|
| CRXSession |
This Interface extends the default jcr session by some crx specific methods.
|
| JcrConstants |
This Interface defines some of the item names that are defined in the
jcr spec 1.0, using the default prefixes 'jcr', 'nt' and 'mix'.
|
| License |
Deprecated.
|
| ObservableRepository |
Marker interface for a Repository to indicate it allows
observation of its life cycle events.
|
| RepositoryLifecycleListener |
Lifecycle listener interface for repository startup and shutdown.
|