Uses of Class
org.apache.jackrabbit.spi.commons.query.PropertyFunctionQueryNode

Packages that use PropertyFunctionQueryNode
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
 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
 PropertyFunctionQueryNode QueryNodeFactory.createPropertyFunctionQueryNode(QueryNode parent, String functionName)
          Creates a PropertyFunctionQueryNode instance.
 PropertyFunctionQueryNode DefaultQueryNodeFactory.createPropertyFunctionQueryNode(QueryNode parent, String functionName)
          Creates a PropertyFunctionQueryNode instance.
 

Methods in org.apache.jackrabbit.spi.commons.query with parameters of type PropertyFunctionQueryNode
 Object QueryTreeDump.visit(PropertyFunctionQueryNode node, Object data)
           
 Object QueryNodeVisitor.visit(PropertyFunctionQueryNode node, Object data)
           
 Object DefaultQueryNodeVisitor.visit(PropertyFunctionQueryNode node, Object data)
           
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.