Uses of Class
org.jboss.dna.graph.query.model.NodePath

Packages that use NodePath
org.jboss.dna.graph.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.jboss.dna.graph.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
org.jboss.dna.search.lucene   
 

Uses of NodePath in org.jboss.dna.graph.query.model
 

Methods in org.jboss.dna.graph.query.model with parameters of type NodePath
 void Visitors.AbstractVisitor.visit(NodePath obj)
          
 void Visitors.WalkAllVisitor.visit(NodePath path)
          
 void Visitors.ReadableVisitor.visit(NodePath path)
          
 void Visitor.visit(NodePath obj)
           
 

Uses of NodePath in org.jboss.dna.graph.query.validate
 

Methods in org.jboss.dna.graph.query.validate with parameters of type NodePath
 void Validator.visit(NodePath obj)
          
 

Uses of NodePath in org.jboss.dna.search.lucene
 

Methods in org.jboss.dna.search.lucene with parameters of type NodePath
 org.apache.lucene.search.Query LuceneSearchSession.findNodesWith(NodePath nodePath, Operator operator, Object value, boolean caseSensitive)
           
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.