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 QueryHandler
RepositoryConfig. getQueryHandler(QueryHandlerContext context)
Returns the initialized query handler, ornull
if one has not been configured.QueryHandler
WorkspaceConfig. getQueryHandler(QueryHandlerContext context)
Returns an initialized query handler, ornull
if 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 QueryHandlerContext
AbstractQueryHandler. getContext()
Returns the context for this query handler.QueryHandlerContext
QueryHandler. 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 QueryHandler
QueryHandlerFactory. getQueryHandler(QueryHandlerContext context)
void
AbstractQueryHandler. init(FileSystem fs, QueryHandlerContext context)
Initializes this query handler by setting all properties in this class with appropriate parameter values.void
QueryHandler. 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 void
IndexingConfiguration. init(Element config, QueryHandlerContext context, NamespaceMappings namespaceMappings)
Initializes the configuration.void
IndexingConfigurationImpl. init(Element config, QueryHandlerContext context, NamespaceMappings nsMappings)
Initializes the configuration.
-