Uses of Class
org.apache.jackrabbit.spi.commons.query.PropertyFunctionQueryNode
-
Packages that use PropertyFunctionQueryNode Package Description org.apache.jackrabbit.core.query.lucene org.apache.jackrabbit.spi.commons.query -
-
Uses of PropertyFunctionQueryNode in org.apache.jackrabbit.core.query.lucene
Methods in org.apache.jackrabbit.core.query.lucene with parameters of type PropertyFunctionQueryNode Modifier and Type Method Description Object
LuceneQueryBuilder. visit(PropertyFunctionQueryNode node, Object data)
-
Uses of PropertyFunctionQueryNode in org.apache.jackrabbit.spi.commons.query
Methods in org.apache.jackrabbit.spi.commons.query that return PropertyFunctionQueryNode Modifier and Type Method Description PropertyFunctionQueryNode
DefaultQueryNodeFactory. createPropertyFunctionQueryNode(QueryNode parent, String functionName)
Creates aPropertyFunctionQueryNode
instance.PropertyFunctionQueryNode
QueryNodeFactory. createPropertyFunctionQueryNode(QueryNode parent, String functionName)
Creates aPropertyFunctionQueryNode
instance.Methods in org.apache.jackrabbit.spi.commons.query with parameters of type PropertyFunctionQueryNode Modifier and Type Method Description Object
DefaultQueryNodeVisitor. visit(PropertyFunctionQueryNode node, Object data)
Object
QueryNodeVisitor. visit(PropertyFunctionQueryNode node, Object data)
Object
QueryTreeDump. visit(PropertyFunctionQueryNode node, Object data)
-