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

Packages that use PropertyFunctionQueryNode
org.apache.jackrabbit.spi.commons.query   
 

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 DefaultQueryNodeVisitor.visit(PropertyFunctionQueryNode node, Object data)
           
 Object QueryNodeVisitor.visit(PropertyFunctionQueryNode node, Object data)
           
 



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