Uses of Class
org.apache.jackrabbit.core.HierarchyManagerImpl
-
Packages that use HierarchyManagerImpl Package Description 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 Modifier and Type Class Description class
CachingHierarchyManager
Implementation of aHierarchyManager
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.Constructors in org.apache.jackrabbit.core with parameters of type HierarchyManagerImpl Constructor Description ZombieHierarchyManager(HierarchyManagerImpl parent, ItemStateManager provider, ItemStateManager attic)
-