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

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

Methods in org.jboss.dna.graph.query.model that return PropertyValue
 PropertyValue Length.getPropertyValue()
          Get the property value whose length is being constrained.
 

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

Constructors in org.jboss.dna.graph.query.model with parameters of type PropertyValue
Length(PropertyValue propertyValue)
          Create a dynamic operand that evaluates to the length of the supplied property values.
 

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

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

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

Methods in org.jboss.dna.search.lucene with parameters of type PropertyValue
 org.apache.lucene.search.Query LuceneSearchSession.findNodesWith(PropertyValue propertyValue, Operator operator, Object value, boolean caseSensitive)
           
 org.apache.lucene.search.Query LuceneSearchSession.findNodesWithNumericRange(PropertyValue propertyValue, Object lowerValue, Object upperValue, boolean includesLower, boolean includesUpper)
           
 



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