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

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

Uses of SearchManager in org.apache.jackrabbit.core
 

Constructors in org.apache.jackrabbit.core with parameters of type SearchManager
SearchManager(SearchConfig config, NamespaceRegistry nsReg, NodeTypeRegistry ntReg, ItemStateManager itemMgr, NodeId rootNodeId, SearchManager parentMgr, NodeId excludedNodeId)
          Creates a new SearchManager.
 

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

Constructors in org.apache.jackrabbit.core.query with parameters of type SearchManager
QueryManagerImpl(SessionImpl session, ItemManager itemMgr, SearchManager searchMgr)
          Creates a new QueryManagerImpl for the passed session
 



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