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 QueryRootNode
QueryImpl. root
The root node of the query treeMethods in org.apache.jackrabbit.core.query.lucene with parameters of type QueryRootNode Modifier and Type Method Description String
SpellChecker. 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 Query
LuceneQueryBuilder. 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 luceneQuery
tree from an abstract query tree.Object
LuceneQueryBuilder. 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 QueryRootNode
DefaultQueryNodeFactory. createQueryRootNode()
Creates aQueryRootNode
instance.QueryRootNode
QueryNodeFactory. createQueryRootNode()
Creates aQueryRootNode
instance.QueryRootNode
QueryTreeBuilder. createQueryTree(String statement, NameResolver resolver, QueryNodeFactory factory)
Creates aQueryNode
tree from a statement using the passed query node factory.static QueryRootNode
QueryParser. parse(String statement, String language, NameResolver resolver, QueryNodeFactory factory)
Parses a querystatement
according to a querylanguage
into a query tree.Methods in org.apache.jackrabbit.spi.commons.query with parameters of type QueryRootNode Modifier and Type Method Description static String
QueryParser. toString(QueryRootNode root, String language, NameResolver resolver)
Creates a String representation of the QueryNode tree argumentroot
.String
QueryTreeBuilder. toString(QueryRootNode root, NameResolver resolver)
Creates a String representation of the query node tree in the syntax thisQueryTreeBuilder
can handle.Object
DefaultQueryNodeVisitor. visit(QueryRootNode node, Object data)
Object
QueryNodeVisitor. visit(QueryRootNode node, Object data)
Object
QueryTreeDump. visit(QueryRootNode node, Object data)
Object
TraversingQueryNodeVisitor. 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 QueryRootNode
JCRSQLQueryBuilder. createQuery(String statement, NameResolver resolver, QueryNodeFactory factory)
Creates aQueryNode
tree from a SQLstatement
using the passed query nodefactory
.QueryRootNode
QueryBuilder. createQueryTree(String statement, NameResolver resolver, QueryNodeFactory factory)
Creates aQueryNode
tree 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 String
JCRSQLQueryBuilder. toString(QueryRootNode root, NameResolver resolver)
Creates a String representation of the query node tree in SQL syntax.String
QueryBuilder. toString(QueryRootNode root, NameResolver resolver)
Creates a String representation of the query node tree in the syntax thisQueryTreeBuilder
can 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 QueryRootNode
XPathQueryBuilder. createQuery(String statement, NameResolver resolver, QueryNodeFactory factory)
Creates aQueryNode
tree from a XPath statement using the passed query nodefactory
.QueryRootNode
QueryBuilder. createQueryTree(String statement, NameResolver resolver, QueryNodeFactory factory)
Creates aQueryNode
tree 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 String
QueryBuilder. toString(QueryRootNode root, NameResolver resolver)
Creates a String representation of the query node tree in the syntax thisQueryTreeBuilder
can handle.static String
XPathQueryBuilder. toString(QueryRootNode root, NameResolver resolver)
Creates a String representation of the query node tree in XPath syntax.
-