Uses of Class
org.xcmis.search.query.QueryBuilder.RightHandSide

Packages that use QueryBuilder.RightHandSide
org.xcmis.search.query   
 

Uses of QueryBuilder.RightHandSide in org.xcmis.search.query
 

Methods in org.xcmis.search.query that return QueryBuilder.RightHandSide
 QueryBuilder.RightHandSide QueryBuilder.ComparisonBuilder.is(org.xcmis.search.model.constraint.Operator operator)
          Define the operator that will be used in the comparison, returning an interface that can be used to define the right-hand-side of the comparison.
 QueryBuilder.RightHandSide QueryBuilder.ComparisonBuilder.isEqualTo()
          Use the 'equal to' operator in the comparison, returning an interface that can be used to define the right-hand-side of the comparison.
 QueryBuilder.RightHandSide QueryBuilder.ComparisonBuilder.isGreaterThan()
          Use the 'equal to' operator in the comparison, returning an interface that can be used to define the right-hand-side of the comparison.
 QueryBuilder.RightHandSide QueryBuilder.ComparisonBuilder.isGreaterThanOrEqualTo()
          Use the 'equal to' operator in the comparison, returning an interface that can be used to define the right-hand-side of the comparison.
 QueryBuilder.RightHandSide QueryBuilder.ComparisonBuilder.isLessThan()
          Use the 'equal to' operator in the comparison, returning an interface that can be used to define the right-hand-side of the comparison.
 QueryBuilder.RightHandSide QueryBuilder.ComparisonBuilder.isLessThanOrEqualTo()
          Use the 'equal to' operator in the comparison, returning an interface that can be used to define the right-hand-side of the comparison.
 QueryBuilder.RightHandSide QueryBuilder.ComparisonBuilder.isLike()
          Use the 'equal to' operator in the comparison, returning an interface that can be used to define the right-hand-side of the comparison.
 QueryBuilder.RightHandSide QueryBuilder.ComparisonBuilder.isNotEqualTo()
          Use the 'equal to' operator in the comparison, returning an interface that can be used to define the right-hand-side of the comparison.
 

Constructors in org.xcmis.search.query with parameters of type QueryBuilder.RightHandSide
QueryBuilder.CastAsRightHandSide(QueryBuilder.RightHandSide rhs, Object value)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.