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
 

Methods in org.apache.jackrabbit.core that return SearchManager
protected  SearchManager RepositoryImpl.WorkspaceInfo.getSearchManager()
          Returns the search manager for this workspace.
 

Constructors in org.apache.jackrabbit.core with parameters of type SearchManager
SearchManager(SearchConfig config, NamespaceRegistryImpl nsReg, NodeTypeRegistry ntReg, SharedItemStateManager itemMgr, PersistenceManager pm, 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-2009 The Apache Software Foundation. All Rights Reserved.