Uses of Interface
org.apache.jackrabbit.spi.commons.query.jsr283.qom.Comparison

Packages that use Comparison
org.apache.jackrabbit.spi.commons.query.jsr283.qom   
org.apache.jackrabbit.spi.commons.query.qom   
 

Uses of Comparison in org.apache.jackrabbit.spi.commons.query.jsr283.qom
 

Methods in org.apache.jackrabbit.spi.commons.query.jsr283.qom that return Comparison
 Comparison QueryObjectModelFactory.comparison(DynamicOperand operand1, int operator, StaticOperand operand2)
          Filters node-tuples based on the outcome of a binary operation.
 

Uses of Comparison in org.apache.jackrabbit.spi.commons.query.qom
 

Classes in org.apache.jackrabbit.spi.commons.query.qom that implement Comparison
 class ComparisonImpl
          ComparisonImpl...
 

Methods in org.apache.jackrabbit.spi.commons.query.qom that return Comparison
 Comparison QueryObjectModelFactoryImpl.comparison(DynamicOperand operand1, int operator, StaticOperand operand2)
          Filters node-tuples based on the outcome of a binary operation.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.