Package org.hippoecm.repository.api
Interface HierarchyResolver
public interface HierarchyResolver
This interface is not yet part of the public API of the Hippo Repository.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetItem
(Node ancestor, String path, boolean isProperty, HierarchyResolver.Entry last) getProperty
(Node node, String field) getProperty
(Node node, String field, HierarchyResolver.Entry last)
-
Method Details
-
getItem
Item getItem(Node ancestor, String path, boolean isProperty, HierarchyResolver.Entry last) throws InvalidItemStateException, RepositoryException -
getItem
-
getProperty
- Throws:
RepositoryException
-
getProperty
Property getProperty(Node node, String field, HierarchyResolver.Entry last) throws RepositoryException - Throws:
RepositoryException
-
getNode
-