Uses of Class
org.apache.jackrabbit.core.SearchManager
-
Packages that use SearchManager Package Description 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 Modifier and Type Method Description protected SearchManager
RepositoryImpl.WorkspaceInfo. getSearchManager()
Returns the search manager for this workspace.protected SearchManager
RepositoryImpl. getSystemSearchManager(String wspName)
Returns the system search manager ornull
if none is configured.Constructors in org.apache.jackrabbit.core with parameters of type SearchManager Constructor Description SearchManager(String workspace, RepositoryContext repositoryContext, QueryHandlerFactory qhf, SharedItemStateManager itemMgr, PersistenceManager pm, NodeId rootNodeId, SearchManager parentMgr, NodeId excludedNodeId)
Creates a newSearchManager
. -
Uses of SearchManager in org.apache.jackrabbit.core.query
Constructors in org.apache.jackrabbit.core.query with parameters of type SearchManager Constructor Description QueryManagerImpl(SessionContext sessionContext, SearchManager searchMgr)
Creates a newQueryManagerImpl
for the passedsession
-