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

Packages that use NodeName
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 NodeName in org.jboss.dna.graph.query.model
 

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

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

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

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

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



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