ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.jcr.query.QueryBuilder.ArithmeticBuilder

Packages that use QueryBuilder.ArithmeticBuilder
org.modeshape.jcr.query The Query API provides a mechanism for building and executing queries. 
 

Uses of QueryBuilder.ArithmeticBuilder in org.modeshape.jcr.query
 

Fields in org.modeshape.jcr.query declared as QueryBuilder.ArithmeticBuilder
protected  QueryBuilder.ArithmeticBuilder QueryBuilder.ArithmeticBuilder.parent
           
 

Methods in org.modeshape.jcr.query that return QueryBuilder.ArithmeticBuilder
 QueryBuilder.ArithmeticBuilder QueryBuilder.ComparisonBuilder.minus()
          Create a comparison object based upon the subtraction of the next DynamicOperand (created using the builder returned from this method) from the the previously-constructed DynamicOperand to be created with the supplied builder.
 QueryBuilder.ArithmeticBuilder QueryBuilder.ComparisonBuilder.plus()
          Create a comparison object based upon the addition of the previously-constructed DynamicOperand and the next DynamicOperand to be created with the supplied builder.
 

Constructors in org.modeshape.jcr.query with parameters of type QueryBuilder.ArithmeticBuilder
QueryBuilder.ArithmeticBuilder(ArithmeticOperator operator, QueryBuilder.ComparisonBuilder comparisonBuilder, DynamicOperand left, QueryBuilder.ArithmeticBuilder parent)
           
 


ModeShape Distribution 3.0.0.Beta4

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