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 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
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 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.

If the Hierarchy already lists the entry with the given workspaceItemId it is returned otherwise null.

 HierarchyEntry HierarchyManagerImpl.lookup(ItemId workspaceItemId)
           
 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.

If the Hierarchy already lists the entry with the given path it is returned otherwise null.

 HierarchyEntry HierarchyManagerImpl.lookup(Path workspacePath)
           
 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.
 

Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type HierarchyEntry
 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)
           
 

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.