Uses of Interface
org.apache.jackrabbit.core.query.QueryHandler
-
Packages that use QueryHandler Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.config org.apache.jackrabbit.core.query org.apache.jackrabbit.core.query.lucene -
-
Uses of QueryHandler in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that return QueryHandler Modifier and Type Method Description QueryHandler
SearchManager. getQueryHandler()
-
Uses of QueryHandler in org.apache.jackrabbit.core.config
Methods in org.apache.jackrabbit.core.config that return QueryHandler 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 QueryHandler in org.apache.jackrabbit.core.query
Classes in org.apache.jackrabbit.core.query that implement QueryHandler Modifier and Type Class Description class
AbstractQueryHandler
Implements default behaviour for some methods ofQueryHandler
.Fields in org.apache.jackrabbit.core.query declared as QueryHandler Modifier and Type Field Description protected QueryHandler
QueryImpl. handler
The query handler for this query.Methods in org.apache.jackrabbit.core.query that return QueryHandler Modifier and Type Method Description QueryHandler
QueryHandlerContext. getParentHandler()
Returns the parent query handler.QueryHandler
QueryHandlerFactory. getQueryHandler(QueryHandlerContext context)
Methods in org.apache.jackrabbit.core.query with parameters of type QueryHandler Modifier and Type Method Description abstract void
OnWorkspaceInconsistency. handleMissingChildNode(NoSuchItemStateException exception, QueryHandler handler, Path path, NodeState node, ChildNodeEntry child)
Handle a missing child node state.abstract void
AbstractQueryImpl. init(SessionContext sessionContext, QueryHandler handler, String statement, String language, Node node)
Initialises a query instance from a query string.void
QueryImpl. init(SessionContext sessionContext, QueryHandler handler, String statement, String language, Node node)
Initialises a query instance from a query string.void
QueryObjectModelImpl. init(SessionContext sessionContext, QueryHandler handler, String statement, String language, Node node)
Initialises a query instance from a query string.void
QueryObjectModelImpl. init(SessionContext sessionContext, QueryHandler handler, QueryObjectModelTree qomTree, String language, Node node)
Initializes a query instance from a query object model.void
OnWorkspaceInconsistency. logError(ItemStateException exception, QueryHandler handler, Path path, NodeState node, ChildNodeEntry child)
Logs a generic workspace inconsistency error.Constructors in org.apache.jackrabbit.core.query with parameters of type QueryHandler Constructor Description QueryHandlerContext(String workspace, RepositoryContext repositoryContext, SharedItemStateManager stateMgr, PersistenceManager pm, NodeId rootId, QueryHandler parentHandler, NodeId excludedNodeId)
Creates a new context instance. -
Uses of QueryHandler in org.apache.jackrabbit.core.query.lucene
Classes in org.apache.jackrabbit.core.query.lucene that implement QueryHandler Modifier and Type Class Description class
SearchIndex
Implements aQueryHandler
using Lucene.Methods in org.apache.jackrabbit.core.query.lucene with parameters of type QueryHandler Modifier and Type Method Description void
SpellChecker. init(QueryHandler handler)
Initializes this spell checker with an abstract query tree.
-