Uses of Interface
org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry
- 
Packages that use HierarchyEntry Package Description org.apache.jackrabbit.jcr2spi org.apache.jackrabbit.jcr2spi.hierarchy org.apache.jackrabbit.jcr2spi.state  - 
- 
Uses of HierarchyEntry in org.apache.jackrabbit.jcr2spi
Methods in org.apache.jackrabbit.jcr2spi with parameters of type HierarchyEntry Modifier and Type Method Description ItemItemManager. getItem(HierarchyEntry hierarchyEntry)ItemItemManagerImpl. getItem(HierarchyEntry hierarchyEntry)booleanItemManager. itemExists(HierarchyEntry hierarchyEntry)Checks if the item for given HierarchyEntry exists.booleanItemManagerImpl. itemExists(HierarchyEntry hierarchyEntry)Constructor parameters in org.apache.jackrabbit.jcr2spi with type arguments of type HierarchyEntry Constructor Description LazyItemIterator(ItemManager itemMgr, Iterator<? extends HierarchyEntry> hierarchyEntryIterator)Creates a newLazyItemIteratorinstance. - 
Uses of HierarchyEntry in org.apache.jackrabbit.jcr2spi.hierarchy
Subinterfaces of HierarchyEntry in org.apache.jackrabbit.jcr2spi.hierarchy Modifier and Type Interface Description interfaceNodeEntryNodeEntry...interfacePropertyEntryPropertyEntry...Classes in org.apache.jackrabbit.jcr2spi.hierarchy that implement HierarchyEntry Modifier and Type Class Description classNodeEntryImplNodeEntryImplimplements common functionality for child node entry implementations.classPropertyEntryImplPropertyEntryImplimplements a reference to a property state.Methods in org.apache.jackrabbit.jcr2spi.hierarchy that return HierarchyEntry Modifier and Type Method Description HierarchyEntryHierarchyManager. lookup(ItemId workspaceItemId)Lookup ofHierarchyEntryby its workspace Id that may be different if a entry (or any of its ancestors) has been transiently moved or reordered.HierarchyEntryHierarchyManager. lookup(Path workspacePath)Lookup ofHierarchyEntryby its workspace path that may be different if a entry (or any of its ancestors) has been transiently moved or reordered.HierarchyEntryHierarchyManagerImpl. lookup(ItemId workspaceItemId)HierarchyEntryHierarchyManagerImpl. lookup(Path workspacePath)HierarchyEntryNodeEntry. lookupDeepEntry(Path workspacePath)Traverse the tree below this entry and return the child entry matching the given 'workspacePath', i.e.HierarchyEntryNodeEntryImpl. lookupDeepEntry(Path workspacePath)Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type HierarchyEntry Modifier and Type Method Description voidEntryFactory.InvalidationStrategy. applyPending(HierarchyEntry entry)intHierarchyManager. getDepth(HierarchyEntry hierarchyEntry)Returns the depth of the specified item.intHierarchyManagerImpl. getDepth(HierarchyEntry hierarchyEntry)intHierarchyManager. getRelativeDepth(NodeEntry ancestor, HierarchyEntry descendant)Returns the depth of the specified descendant relative to the given ancestor.intHierarchyManagerImpl. getRelativeDepth(NodeEntry ancestor, HierarchyEntry descendant)voidEntryFactory.InvalidationStrategy. invalidate(HierarchyEntry entry, boolean recursive)Invalidate underlyingItemStateof thisentry. - 
Uses of HierarchyEntry in org.apache.jackrabbit.jcr2spi.state
Methods in org.apache.jackrabbit.jcr2spi.state that return HierarchyEntry Modifier and Type Method Description HierarchyEntryItemState. getHierarchyEntry()TheHierarchyEntrycorresponding to thisItemState.Constructors in org.apache.jackrabbit.jcr2spi.state with parameters of type HierarchyEntry Constructor Description ItemState(int initialStatus, HierarchyEntry entry, ItemStateFactory isf, ItemDefinitionProvider definitionProvider)Constructs an item stateItemState(HierarchyEntry entry, ItemStateFactory isf, ItemDefinitionProvider definitionProvider)Constructs an item state 
 -