Interface | Description |
---|---|
NodeSequence |
Extension of
Sequence<Node> which provides methods for
adding and removing nodes by key. |
PropertySequence |
Extension of
Sequence<Property> which provides methods
for adding and removing properties by key. |
Sequence<T extends javax.jcr.Item> |
Interface for accessing JCR
Item s sequentially through an
Iterator or looking them up through a key . |
SizedIterator<T> | Deprecated
use
SizedIterator |
TreeManager |
TreeManager instances are responsible for the mapping between sequence views
of
Node s and Property s and an hierarchical JCR
representation. |
TreeTraverser.ErrorHandler |
Error handler for handling
RepositoryException s occurring on
traversal. |
TreeTraverser.InclusionPolicy<T extends javax.jcr.Item> |
Inclusion policy to determine which items to include when traversing.
|
Class | Description |
---|---|
BTreeManager |
This
TreeManager implementation provides B+-tree like behavior. |
FilterIterator<T> | Deprecated
use
FilterIterator |
ItemSequence |
This class serves as main entry point for obtaining sequences of
Node
s and Property s. |
ItemSequence.NodeSequenceImpl | |
ItemSequence.PropertySequenceImpl | |
Rank<T> |
This class does efficient ranking of values of type
T wrt. |
TreeTraverser |
Utility class for traversing the
Item s of a JCR hierarchy rooted at a
specific Node . |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.