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 Item
ItemManager. getItem(HierarchyEntry hierarchyEntry)
Item
ItemManagerImpl. getItem(HierarchyEntry hierarchyEntry)
boolean
ItemManager. itemExists(HierarchyEntry hierarchyEntry)
Checks if the item for given HierarchyEntry exists.boolean
ItemManagerImpl. 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 newLazyItemIterator
instance. -
Uses of HierarchyEntry in org.apache.jackrabbit.jcr2spi.hierarchy
Subinterfaces of HierarchyEntry in org.apache.jackrabbit.jcr2spi.hierarchy Modifier and Type Interface Description interface
NodeEntry
NodeEntry
...interface
PropertyEntry
PropertyEntry
...Classes in org.apache.jackrabbit.jcr2spi.hierarchy that implement HierarchyEntry Modifier and Type Class Description class
NodeEntryImpl
NodeEntryImpl
implements common functionality for child node entry implementations.class
PropertyEntryImpl
PropertyEntryImpl
implements a reference to a property state.Methods in org.apache.jackrabbit.jcr2spi.hierarchy that return HierarchyEntry Modifier and Type Method Description HierarchyEntry
HierarchyManager. lookup(ItemId workspaceItemId)
Lookup ofHierarchyEntry
by its workspace Id that may be different if a entry (or any of its ancestors) has been transiently moved or reordered.HierarchyEntry
HierarchyManager. lookup(Path workspacePath)
Lookup ofHierarchyEntry
by its workspace path that may be different if a entry (or any of its ancestors) has been transiently moved or reordered.HierarchyEntry
HierarchyManagerImpl. lookup(ItemId workspaceItemId)
HierarchyEntry
HierarchyManagerImpl. lookup(Path workspacePath)
HierarchyEntry
NodeEntry. lookupDeepEntry(Path workspacePath)
Traverse the tree below this entry and return the child entry matching the given 'workspacePath', i.e.HierarchyEntry
NodeEntryImpl. lookupDeepEntry(Path workspacePath)
Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type HierarchyEntry Modifier and Type Method Description void
EntryFactory.InvalidationStrategy. applyPending(HierarchyEntry entry)
int
HierarchyManager. getDepth(HierarchyEntry hierarchyEntry)
Returns the depth of the specified item.int
HierarchyManagerImpl. getDepth(HierarchyEntry hierarchyEntry)
int
HierarchyManager. getRelativeDepth(NodeEntry ancestor, HierarchyEntry descendant)
Returns the depth of the specified descendant relative to the given ancestor.int
HierarchyManagerImpl. getRelativeDepth(NodeEntry ancestor, HierarchyEntry descendant)
void
EntryFactory.InvalidationStrategy. invalidate(HierarchyEntry entry, boolean recursive)
Invalidate underlyingItemState
of 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 HierarchyEntry
ItemState. getHierarchyEntry()
TheHierarchyEntry
corresponding 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
-