Uses of Class
org.apache.jackrabbit.core.query.QueryHandlerContext
-
Packages that use QueryHandlerContext Package Description org.apache.jackrabbit.core.config org.apache.jackrabbit.core.query org.apache.jackrabbit.core.query.lucene -
-
Uses of QueryHandlerContext in org.apache.jackrabbit.core.config
Methods in org.apache.jackrabbit.core.config with parameters of type QueryHandlerContext Modifier and Type Method Description QueryHandlerRepositoryConfig. getQueryHandler(QueryHandlerContext context)Returns the initialized query handler, ornullif one has not been configured.QueryHandlerWorkspaceConfig. getQueryHandler(QueryHandlerContext context)Returns an initialized query handler, ornullif one was not configured. -
Uses of QueryHandlerContext in org.apache.jackrabbit.core.query
Methods in org.apache.jackrabbit.core.query that return QueryHandlerContext Modifier and Type Method Description QueryHandlerContextAbstractQueryHandler. getContext()Returns the context for this query handler.QueryHandlerContextQueryHandler. getContext()Returns the query handler context that passed inQueryHandler.init(FileSystem, QueryHandlerContext).Methods in org.apache.jackrabbit.core.query with parameters of type QueryHandlerContext Modifier and Type Method Description QueryHandlerQueryHandlerFactory. getQueryHandler(QueryHandlerContext context)voidAbstractQueryHandler. init(FileSystem fs, QueryHandlerContext context)Initializes this query handler by setting all properties in this class with appropriate parameter values.voidQueryHandler. init(FileSystem fs, QueryHandlerContext context)Initializes this query handler. -
Uses of QueryHandlerContext in org.apache.jackrabbit.core.query.lucene
Methods in org.apache.jackrabbit.core.query.lucene with parameters of type QueryHandlerContext Modifier and Type Method Description voidIndexingConfiguration. init(Element config, QueryHandlerContext context, NamespaceMappings namespaceMappings)Initializes the configuration.voidIndexingConfigurationImpl. init(Element config, QueryHandlerContext context, NamespaceMappings nsMappings)Initializes the configuration.
-