Uses of Class
org.apache.jackrabbit.core.HierarchyManagerImpl

Packages that use HierarchyManagerImpl
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
 

Uses of HierarchyManagerImpl in org.apache.jackrabbit.core
 

Subclasses of HierarchyManagerImpl in org.apache.jackrabbit.core
 class CachingHierarchyManager
          Implementation of a HierarchyManager that caches paths of items.
 class ZombieHierarchyManager
          HierarchyManager implementation that is also able to build/resolve paths of those items that have been moved or removed (i.e. moved to the attic).
 

Constructors in org.apache.jackrabbit.core with parameters of type HierarchyManagerImpl
ZombieHierarchyManager(HierarchyManagerImpl parent, ItemStateManager provider, ItemStateManager attic)
           
 



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