Uses of Interface
org.apache.jackrabbit.core.query.QueryHandlerFactory
-
Packages that use QueryHandlerFactory Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.config -
-
Uses of QueryHandlerFactory in org.apache.jackrabbit.core
Constructors in org.apache.jackrabbit.core with parameters of type QueryHandlerFactory Constructor Description SearchManager(String workspace, RepositoryContext repositoryContext, QueryHandlerFactory qhf, SharedItemStateManager itemMgr, PersistenceManager pm, NodeId rootNodeId, SearchManager parentMgr, NodeId excludedNodeId)
Creates a newSearchManager
. -
Uses of QueryHandlerFactory in org.apache.jackrabbit.core.config
Classes in org.apache.jackrabbit.core.config that implement QueryHandlerFactory Modifier and Type Class Description class
RepositoryConfig
Repository configuration.class
WorkspaceConfig
Workspace configuration.Methods in org.apache.jackrabbit.core.config that return QueryHandlerFactory Modifier and Type Method Description protected QueryHandlerFactory
RepositoryConfigurationParser. getQueryHandlerFactory(Element parent)
Parses search index configuration.Constructors in org.apache.jackrabbit.core.config with parameters of type QueryHandlerFactory Constructor Description 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.WorkspaceConfig(String home, String name, boolean clustered, FileSystemFactory fsf, PersistenceManagerConfig pmc, QueryHandlerFactory qhf, ISMLockingFactory ismLockingFactory, WorkspaceSecurityConfig workspaceSecurityConfig, ImportConfig importConfig, long defaultLockTimeout)
Creates a workspace configuration object.
-