Uses of Class
org.apache.jackrabbit.spi.commons.query.QueryRootNode
-
-
Uses of QueryRootNode in org.apache.jackrabbit.core.query.lucene
Fields in org.apache.jackrabbit.core.query.lucene declared as QueryRootNode Modifier and Type Field Description protected QueryRootNodeQueryImpl. rootThe root node of the query treeMethods in org.apache.jackrabbit.core.query.lucene with parameters of type QueryRootNode Modifier and Type Method Description StringSpellChecker. check(QueryRootNode aqt)Runs the spell checker over the first spellcheck relation query node in the abstract query tree and returns a suggestion in case this spellchecker thinks the words are misspelled.static QueryLuceneQueryBuilder. createQuery(QueryRootNode root, SessionImpl session, ItemStateManager sharedItemMgr, NamespaceMappings nsMappings, Analyzer analyzer, PropertyTypeRegistry propReg, SynonymProvider synonymProvider, IndexFormatVersion indexFormatVersion, org.apache.jackrabbit.core.query.lucene.PerQueryCache cache)Creates a luceneQuerytree from an abstract query tree.ObjectLuceneQueryBuilder. visit(QueryRootNode node, Object data) -
Uses of QueryRootNode in org.apache.jackrabbit.spi.commons.query
Methods in org.apache.jackrabbit.spi.commons.query that return QueryRootNode Modifier and Type Method Description QueryRootNodeDefaultQueryNodeFactory. createQueryRootNode()Creates aQueryRootNodeinstance.QueryRootNodeQueryNodeFactory. createQueryRootNode()Creates aQueryRootNodeinstance.QueryRootNodeQueryTreeBuilder. createQueryTree(String statement, NameResolver resolver, QueryNodeFactory factory)Creates aQueryNodetree from a statement using the passed query node factory.static QueryRootNodeQueryParser. parse(String statement, String language, NameResolver resolver, QueryNodeFactory factory)Parses a querystatementaccording to a querylanguageinto a query tree.Methods in org.apache.jackrabbit.spi.commons.query with parameters of type QueryRootNode Modifier and Type Method Description static StringQueryParser. toString(QueryRootNode root, String language, NameResolver resolver)Creates a String representation of the QueryNode tree argumentroot.StringQueryTreeBuilder. toString(QueryRootNode root, NameResolver resolver)Creates a String representation of the query node tree in the syntax thisQueryTreeBuildercan handle.ObjectDefaultQueryNodeVisitor. visit(QueryRootNode node, Object data)ObjectQueryNodeVisitor. visit(QueryRootNode node, Object data)ObjectQueryTreeDump. visit(QueryRootNode node, Object data)ObjectTraversingQueryNodeVisitor. visit(QueryRootNode node, Object data) -
Uses of QueryRootNode in org.apache.jackrabbit.spi.commons.query.sql
Methods in org.apache.jackrabbit.spi.commons.query.sql that return QueryRootNode Modifier and Type Method Description static QueryRootNodeJCRSQLQueryBuilder. createQuery(String statement, NameResolver resolver, QueryNodeFactory factory)Creates aQueryNodetree from a SQLstatementusing the passed query nodefactory.QueryRootNodeQueryBuilder. createQueryTree(String statement, NameResolver resolver, QueryNodeFactory factory)Creates aQueryNodetree from a statement using the passed query node factory.Methods in org.apache.jackrabbit.spi.commons.query.sql with parameters of type QueryRootNode Modifier and Type Method Description static StringJCRSQLQueryBuilder. toString(QueryRootNode root, NameResolver resolver)Creates a String representation of the query node tree in SQL syntax.StringQueryBuilder. toString(QueryRootNode root, NameResolver resolver)Creates a String representation of the query node tree in the syntax thisQueryTreeBuildercan handle. -
Uses of QueryRootNode in org.apache.jackrabbit.spi.commons.query.xpath
Methods in org.apache.jackrabbit.spi.commons.query.xpath that return QueryRootNode Modifier and Type Method Description static QueryRootNodeXPathQueryBuilder. createQuery(String statement, NameResolver resolver, QueryNodeFactory factory)Creates aQueryNodetree from a XPath statement using the passed query nodefactory.QueryRootNodeQueryBuilder. createQueryTree(String statement, NameResolver resolver, QueryNodeFactory factory)Creates aQueryNodetree from a statement using the passed query node factory.Methods in org.apache.jackrabbit.spi.commons.query.xpath with parameters of type QueryRootNode Modifier and Type Method Description StringQueryBuilder. toString(QueryRootNode root, NameResolver resolver)Creates a String representation of the query node tree in the syntax thisQueryTreeBuildercan handle.static StringXPathQueryBuilder. toString(QueryRootNode root, NameResolver resolver)Creates a String representation of the query node tree in XPath syntax.
-