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

Packages that use PropertyExistence
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.parse This package defines the QueryParser interface, which defines a component that can parse a query represented in a specific language and produce the corresponding abstract query model representation. 
org.modeshape.graph.query.plan This package defines the Planner interface, the CanonicalPlanner implementation, and the PlanNode class that is used to represent a canonical query plan. 
org.modeshape.graph.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
org.modeshape.jcr.query.qom   
org.modeshape.search.lucene An implementation of the SearchEngine interface that uses the Lucene library. 
 

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

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

Uses of PropertyExistence in org.modeshape.graph.query.parse
 

Methods in org.modeshape.graph.query.parse that return PropertyExistence
protected  PropertyExistence SqlQueryParser.propertyExistence(SelectorName selector, String propertyName)
           
 

Uses of PropertyExistence in org.modeshape.graph.query.plan
 

Methods in org.modeshape.graph.query.plan with parameters of type PropertyExistence
 void PlanUtil.RequiredColumnVisitor.visit(PropertyExistence existence)
          
 

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

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

Uses of PropertyExistence in org.modeshape.jcr.query.qom
 

Subclasses of PropertyExistence in org.modeshape.jcr.query.qom
 class JcrPropertyExistence
          Implementation of the property existence constraint for the JCR Query Object Model and the Graph API.
 

Uses of PropertyExistence in org.modeshape.search.lucene
 

Methods in org.modeshape.search.lucene with parameters of type PropertyExistence
 org.apache.lucene.search.Query AbstractLuceneSearchEngine.AbstractLuceneProcessor.QueryFactory.createQuery(PropertyExistence existence)
           
 



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