Uses of Class
org.ow2.orchestra.facade.criteria.Restriction

Packages that use Restriction
org.ow2.orchestra.facade.criteria   
 

Uses of Restriction in org.ow2.orchestra.facade.criteria
 

Methods in org.ow2.orchestra.facade.criteria that return Restriction
static
<C> Restriction<C>
Restriction.between(FilterField<C> field, Serializable lower, Serializable upper)
          Static method used to construct an "between" restriction on a given field and lower/upper values
static
<C> Restriction<C>
Restriction.eq(FilterField<C> field, Serializable value)
          Static method used to construct an "equality" restriction on a given field and value
static
<C> Restriction<C>
Restriction.ge(FilterField<C> field, Serializable value)
          Static method used to construct an "greater than or equals" restriction on a given field and value
static
<C> Restriction<C>
Restriction.gt(FilterField<C> field, Serializable value)
          Static method used to construct an "greater than" restriction on a given field and value
static
<C> Restriction<C>
Restriction.le(FilterField<C> field, Serializable value)
          Static method used to construct an "less than or equals" restriction on a given field and value
static
<C> Restriction<C>
Restriction.lt(FilterField<C> field, Serializable value)
          Static method used to construct an "less than" restriction on a given field and value
 

Methods in org.ow2.orchestra.facade.criteria that return types with arguments of type Restriction
 List<Restriction<T>> Criteria.getRestrictions()
           
 

Methods in org.ow2.orchestra.facade.criteria with parameters of type Restriction
 Criteria<T> Criteria.addRestriction(Restriction<T> restriction)
          Adds a restriction to the criteria
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.