Uses of Interface
org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyEntry

Packages that use HierarchyEntry
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
 Item ItemManagerImpl.getItem(HierarchyEntry hierarchyEntry)
           
 Item ItemManager.getItem(HierarchyEntry hierarchyEntry)
           
 boolean ItemManagerImpl.itemExists(HierarchyEntry hierarchyEntry)
           
 boolean ItemManager.itemExists(HierarchyEntry hierarchyEntry)
          Checks if the item for given HierarchyEntry exists.
 

Constructor parameters in org.apache.jackrabbit.jcr2spi with type arguments of type HierarchyEntry
LazyItemIterator(ItemManager itemMgr, Iterator<? extends HierarchyEntry> hierarchyEntryIterator)
          Creates a new LazyItemIterator instance.
 

Uses of HierarchyEntry in org.apache.jackrabbit.jcr2spi.hierarchy
 

Subinterfaces of HierarchyEntry in org.apache.jackrabbit.jcr2spi.hierarchy
 interface NodeEntry
          NodeEntry...
 interface PropertyEntry
          PropertyEntry...
 

Classes in org.apache.jackrabbit.jcr2spi.hierarchy that implement HierarchyEntry
 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
 HierarchyEntry HierarchyManagerImpl.lookup(ItemId workspaceItemId)
           
 HierarchyEntry HierarchyManager.lookup(ItemId workspaceItemId)
          Lookup of HierarchyEntry by its workspace Id that may be different if a entry (or any of its ancestors) has been transiently moved or reordered.
 HierarchyEntry HierarchyManagerImpl.lookup(Path workspacePath)
           
 HierarchyEntry HierarchyManager.lookup(Path workspacePath)
          Lookup of HierarchyEntry by its workspace path that may be different if a entry (or any of its ancestors) has been transiently moved or reordered.
 HierarchyEntry NodeEntryImpl.lookupDeepEntry(Path workspacePath)
           
 HierarchyEntry NodeEntry.lookupDeepEntry(Path workspacePath)
          Traverse the tree below this entry and return the child entry matching the given 'workspacePath', i.e. transient modifications and new entries are ignored.
 

Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type HierarchyEntry
 void EntryFactory.InvalidationStrategy.applyPending(HierarchyEntry entry)
          Apply any pending invalidation of the underlying ItemState of this entry.
 int HierarchyManagerImpl.getDepth(HierarchyEntry hierarchyEntry)
           
 int HierarchyManager.getDepth(HierarchyEntry hierarchyEntry)
          Returns the depth of the specified item.
 int HierarchyManagerImpl.getRelativeDepth(NodeEntry ancestor, HierarchyEntry descendant)
           
 int HierarchyManager.getRelativeDepth(NodeEntry ancestor, HierarchyEntry descendant)
          Returns the depth of the specified descendant relative to the given ancestor.
 void EntryFactory.InvalidationStrategy.invalidate(HierarchyEntry entry, boolean recursive)
          Invalidate underlying ItemState of this entry.
 

Uses of HierarchyEntry in org.apache.jackrabbit.jcr2spi.state
 

Methods in org.apache.jackrabbit.jcr2spi.state that return HierarchyEntry
 HierarchyEntry ItemState.getHierarchyEntry()
          The HierarchyEntry corresponding to this ItemState.
 

Constructors in org.apache.jackrabbit.jcr2spi.state with parameters of type HierarchyEntry
ItemState(HierarchyEntry entry, ItemStateFactory isf, ItemDefinitionProvider definitionProvider)
          Constructs an item state
ItemState(int initialStatus, HierarchyEntry entry, ItemStateFactory isf, ItemDefinitionProvider definitionProvider)
          Constructs an item state
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.