Uses of Interface
org.apache.jackrabbit.core.query.QueryHandlerFactory

Packages that use QueryHandlerFactory
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.config Jackrabbit configuration handling. 
 

Uses of QueryHandlerFactory in org.apache.jackrabbit.core
 

Constructors in org.apache.jackrabbit.core with parameters of type QueryHandlerFactory
SearchManager(QueryHandlerFactory qhf, NamespaceRegistryImpl nsReg, NodeTypeRegistry ntReg, SharedItemStateManager itemMgr, PersistenceManager pm, NodeId rootNodeId, SearchManager parentMgr, NodeId excludedNodeId, Executor executor)
          Creates a new SearchManager.
 

Uses of QueryHandlerFactory in org.apache.jackrabbit.core.config
 

Classes in org.apache.jackrabbit.core.config that implement QueryHandlerFactory
 class RepositoryConfig
          Repository configuration.
 class WorkspaceConfig
          Workspace configuration.
 

Methods in org.apache.jackrabbit.core.config that return QueryHandlerFactory
protected  QueryHandlerFactory RepositoryConfigurationParser.getQueryHandlerFactory(Element parent)
          Parses search index configuration.
 

Constructors in org.apache.jackrabbit.core.config with parameters of type QueryHandlerFactory
RepositoryConfig(String home, SecurityConfig sec, FileSystemFactory fsf, String workspaceDirectory, String workspaceConfigDirectory, String defaultWorkspace, int workspaceMaxIdleTime, Element template, VersioningConfig vc, QueryHandlerFactory qhf, ClusterConfig cc, DataStoreFactory dsf, RepositoryLockMechanismFactory rlf, DataSourceConfig dsc, ConnectionFactory cf, RepositoryConfigurationParser parser)
          Creates a repository configuration object.
WorkspaceConfig(String home, String name, boolean clustered, FileSystemFactory fsf, PersistenceManagerConfig pmc, QueryHandlerFactory qhf, ISMLockingFactory ismLockingFactory, WorkspaceSecurityConfig workspaceSecurityConfig)
          Creates a workspace configuration object.
WorkspaceConfig(String home, String name, boolean clustered, FileSystemFactory fsf, PersistenceManagerConfig pmc, QueryHandlerFactory qhf, ISMLockingFactory ismLockingFactory, WorkspaceSecurityConfig workspaceSecurityConfig, ImportConfig importConfig)
          Creates a workspace configuration object.
 



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