Uses of Class
org.modeshape.graph.query.model.NodeLocalName

Packages that use NodeLocalName
org.modeshape.graph.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.modeshape.graph.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
org.modeshape.search.lucene An implementation of the SearchEngine interface that uses the Lucene library. 
 

Uses of NodeLocalName in org.modeshape.graph.query.model
 

Methods in org.modeshape.graph.query.model with parameters of type NodeLocalName
 void Visitors.AbstractVisitor.visit(NodeLocalName obj)
          
 void Visitors.WalkAllVisitor.visit(NodeLocalName nodeLocalName)
          
 void Visitors.ReadableVisitor.visit(NodeLocalName name)
          
 void Visitor.visit(NodeLocalName obj)
           
 

Uses of NodeLocalName in org.modeshape.graph.query.validate
 

Methods in org.modeshape.graph.query.validate with parameters of type NodeLocalName
 void Validator.visit(NodeLocalName obj)
          
 

Uses of NodeLocalName in org.modeshape.search.lucene
 

Methods in org.modeshape.search.lucene with parameters of type NodeLocalName
 org.apache.lucene.search.Query LuceneSearchSession.findNodesWith(NodeLocalName nodeName, Operator operator, Object value, boolean caseSensitive)
           
 org.apache.lucene.search.Query AbstractLuceneSearchEngine.WorkspaceSession.findNodesWith(NodeLocalName nodeName, Operator operator, Object value, boolean caseSensitive)
           
 



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