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 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 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. |
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 © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"