Uses of Interface
org.apache.jackrabbit.core.HierarchyManager

Packages that use HierarchyManager
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.query   
org.apache.jackrabbit.core.query.lucene   
org.apache.jackrabbit.core.query.lucene.join   
org.apache.jackrabbit.core.security   
org.apache.jackrabbit.core.state   
 

Uses of HierarchyManager in org.apache.jackrabbit.core
 

Classes in org.apache.jackrabbit.core that implement HierarchyManager
 class CachingHierarchyManager
          Implementation of a HierarchyManager that caches paths of items.
 class HierarchyManagerImpl
          HierarchyManagerImpl ...
 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).
 

Fields in org.apache.jackrabbit.core declared as HierarchyManager
protected  HierarchyManager SessionImpl.hierMgr
          the HierarchyManager associated with this session
protected  HierarchyManager ItemValidator.hierMgr
          hierarchy manager used for generating error msg's that contain human readable paths
 

Methods in org.apache.jackrabbit.core that return HierarchyManager
 HierarchyManager WorkspaceImpl.getHierarchyManager()
          The hierarchy manager that reflects workspace state only (i.e. that is isolated from transient changes made through the session)
 HierarchyManager SessionImpl.getHierarchyManager()
          Returns the HierarchyManager associated with this session.
 

Methods in org.apache.jackrabbit.core with parameters of type HierarchyManager
 NodeId BatchedItemOperations.copy(Path srcPath, ItemStateManager srcStateMgr, HierarchyManager srcHierMgr, AccessManager srcAccessMgr, Path destPath, int flag)
          Copies the tree at srcPath retrieved using the specified srcStateMgr to the new location at destPath.
protected  AccessManager SessionImpl.createAccessManager(Subject subject, HierarchyManager hierarchyManager)
          Create the access manager.
static ItemManager ItemManager.createInstance(SessionItemStateManager itemStateProvider, HierarchyManager hierMgr, SessionImpl session, NodeDefinition rootNodeDef, NodeId rootNodeId)
          Creates a new per-session instance ItemManager instance.
protected  ItemManager SessionImpl.createItemManager(SessionItemStateManager itemStateMgr, HierarchyManager hierMgr)
          Create the item manager.
protected  NodeState BatchedItemOperations.getNodeState(ItemStateManager srcStateMgr, HierarchyManager srcHierMgr, Path nodePath)
          Retrieves the state of the node at nodePath using the given item state manager.
 

Constructors in org.apache.jackrabbit.core with parameters of type HierarchyManager
BatchedItemOperations(UpdatableItemStateManager stateMgr, NodeTypeRegistry ntReg, LockManager lockMgr, SessionImpl session, HierarchyManager hierMgr)
          Creates a new BatchedItemOperations instance.
ItemManager(SessionItemStateManager itemStateProvider, HierarchyManager hierMgr, SessionImpl session, NodeDefinition rootNodeDef, NodeId rootNodeId)
          Creates a new per-session instance ItemManager instance.
ItemValidator(NodeTypeRegistry ntReg, HierarchyManager hierMgr, PathResolver resolver, LockManager lockMgr, AccessManager accessMgr, RetentionRegistry retentionReg)
          Creates a new ItemValidator instance.
ItemValidator(NodeTypeRegistry ntReg, HierarchyManager hierMgr, SessionImpl session)
          Creates a new ItemValidator instance.
 

Uses of HierarchyManager in org.apache.jackrabbit.core.query
 

Methods in org.apache.jackrabbit.core.query that return HierarchyManager
 HierarchyManager QueryHandlerContext.getHierarchyManager()
          Returns the hierarchy manager on top of the item state manager of this query handler context.
 

Uses of HierarchyManager in org.apache.jackrabbit.core.query.lucene
 

Constructors in org.apache.jackrabbit.core.query.lucene with parameters of type HierarchyManager
JoinQuery(MultiColumnQuery left, MultiColumnQuery right, int joinType, JoinConditionImpl joinCondition, org.apache.lucene.search.SortComparatorSource scs, HierarchyManager hmgr)
          Creates a new join query.
LuceneQueryFactoryImpl(SessionImpl session, org.apache.lucene.search.SortComparatorSource scs, HierarchyManager hmgr, NamespaceMappings nsMappings, org.apache.lucene.analysis.Analyzer analyzer, SynonymProvider synonymProvider, IndexFormatVersion version)
          Creates a new lucene query factory.
SharedFieldSortComparator(String fieldname, ItemStateManager ism, HierarchyManager hmgr, NamespaceMappings nsMappings)
          Creates a new SharedFieldSortComparator for a given shared field.
 

Uses of HierarchyManager in org.apache.jackrabbit.core.query.lucene.join
 

Methods in org.apache.jackrabbit.core.query.lucene.join with parameters of type HierarchyManager
static Join Join.create(MultiColumnQueryHits left, MultiColumnQueryHits right, int joinType, JoinConditionImpl condition, org.apache.lucene.index.IndexReader reader, HierarchyResolver resolver, org.apache.lucene.search.SortComparatorSource scs, HierarchyManager hmgr)
          Creates a new join result.
 

Constructors in org.apache.jackrabbit.core.query.lucene.join with parameters of type HierarchyManager
AncestorPathNodeJoin(MultiColumnQueryHits context, Name contextSelectorName, Path relPath, HierarchyManager hmgr)
          Creates an ancestor path node join.
DescendantPathNodeJoin(MultiColumnQueryHits context, Name contextSelectorName, Path relPath, HierarchyManager hmgr)
          Creates a new descendant path node join condition.
 

Uses of HierarchyManager in org.apache.jackrabbit.core.security
 

Methods in org.apache.jackrabbit.core.security that return HierarchyManager
 HierarchyManager AMContext.getHierarchyManager()
          Returns the hierarchy manager
 

Constructors in org.apache.jackrabbit.core.security with parameters of type HierarchyManager
AMContext(File physicalHomeDir, FileSystem fs, Session session, Subject subject, HierarchyManager hierMgr, NamePathResolver resolver, String workspaceName)
          Creates a new AMContext.
 

Uses of HierarchyManager in org.apache.jackrabbit.core.state
 

Methods in org.apache.jackrabbit.core.state that return HierarchyManager
 HierarchyManager SessionItemStateManager.getAtticAwareHierarchyMgr()
          Returns an attic-aware hierarchy manager, i.e. an hierarchy manager that is also able to build/resolve paths of those items that have been moved or removed (i.e. moved to the attic).
 HierarchyManager SessionItemStateManager.getHierarchyMgr()
          Returns the hierarchy manager
 



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