Interface | Description |
---|---|
HierarchyResolver |
This interface is not yet part of the public API of the Hippo Repository.
|
HippoNode |
Any
Node instance returned by any method of a Hippo Repostitory may be cast to the HippoNode interface to expose additional functionality. |
HippoNodeIterator |
Extends a #javax.jcr.NodeIterator interface, with an additional method.
|
HippoNodeType |
This interface defines the node types and item names that are in use by
the Hippo repository build on top of JCR.
|
HippoQuery |
The HippoQuery is an extension to javax.jcr.query.Query to implement parameterized queries.
|
HippoSession |
An extension of a plain
Session based session. |
HippoVersionManager | |
HippoWorkspace |
Any instance of a
Workspace returned by a HippoRepository may be cast to a HippoWorkspace to expose some
additional services from the Hippo repository. |
ImportMergeBehavior | Deprecated
there is no substitution for this class, content merging is done using enhanced system view xml semantics
|
ImportReferenceBehavior |
This call is not (yet) part of the API, but under evaluation.
The possible actions specified by the
referenceBehavior
parameter in HippoSession.importDereferencedXML(java.lang.String, java.io.InputStream, int, int, int) . |
InitializationProcessor | Deprecated
use
InitializationProcessor instead |
ReferenceWorkspace |
A reference workspace represents the state of the repository after it was
first bootstrapped.
|
RepositoryMap |
Map representation of a JCR Node.
|
RevisionEvent |
A JCR
Event with the revision id of the corresponding ClusterRecord
exposed by the RevisionEvent.getRevision() method. |
RevisionEventJournal |
An extension of
EventJournal which also allows skipping
based on Event revision. |
StringCodec |
Strategy interface for encoding and decoding strings.
|
SynchronousEventListener |
A marker interface for synchronous event listener.
|
Workflow |
A workflow is a set of procedures that can be performed on a document in the repository.
|
WorkflowContext |
A workflow context class is made available to a workflow implementation (see WorkflowImpl@getWorkflowContext) to obtain additional
information during the execution of a workflow step.
|
WorkflowDescriptor | |
WorkflowManager |
The work-flow manager is a service associated with a JCR session which provides access to a work-flow associated with a document stored
in the repository.
|
Class | Description |
---|---|
CronExpression | Deprecated
use
RepositoryScheduler . |
Document |
A Plain Old Java Object (POJO) representing a document in a JCR repository.
|
HierarchyResolver.Entry | |
NodeNameCodec |
Helper class for encoding and decoding node names
|
StringCodecFactory |
The StringCodecFactory allows you access to symbolic named StringCodec's.
|
StringCodecFactory.IdentEncoding |
Usage of this class discouraged.
|
StringCodecFactory.ISO9075Helper |
Usage of this class discouraged.
|
StringCodecFactory.NameEncoding |
Helper class for encoding and decoding node names
|
StringCodecFactory.UriEncoding |
Direct usage of this class discouraged.
|
Exception | Description |
---|---|
MappingException |
An MappingException is thrown for workflow or document mapping when when a required data or configuration is not present or a
representation in data could not be made.
|
WorkflowException |
An WorkflowException is thrown when a workflow implementation disallows the workflow step to be taken for some reason.
|
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.