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

Packages that use PathQueryNode
org.apache.jackrabbit.core.query.lucene   
org.apache.jackrabbit.spi.commons.query   
 

Uses of PathQueryNode in org.apache.jackrabbit.core.query.lucene
 

Methods in org.apache.jackrabbit.core.query.lucene with parameters of type PathQueryNode
 Object LuceneQueryBuilder.visit(PathQueryNode node, Object data)
           
 

Uses of PathQueryNode in org.apache.jackrabbit.spi.commons.query
 

Methods in org.apache.jackrabbit.spi.commons.query that return PathQueryNode
 PathQueryNode QueryNodeFactory.createPathQueryNode(QueryNode parent)
          Creates a PathQueryNode instance.
 PathQueryNode DefaultQueryNodeFactory.createPathQueryNode(QueryNode parent)
          Creates a PathQueryNode instance.
 PathQueryNode QueryRootNode.getLocationNode()
          Returns the PathQueryNode or null if this query does not have a location node.
 PathQueryNode RelationQueryNode.getRelativePath()
           
 

Methods in org.apache.jackrabbit.spi.commons.query with parameters of type PathQueryNode
 void QueryRootNode.setLocationNode(PathQueryNode locationNode)
          Sets the location node.
 Object TraversingQueryNodeVisitor.visit(PathQueryNode node, Object data)
           
 Object QueryTreeDump.visit(PathQueryNode node, Object data)
           
 Object QueryNodeVisitor.visit(PathQueryNode node, Object data)
           
 Object DefaultQueryNodeVisitor.visit(PathQueryNode node, Object data)
           
 



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