Uses of Class
org.springframework.rules.constraint.Or

Packages that use Or
org.springframework.rules.constraint Out of the box predicates that address common needs such as comparison and composition. 
org.springframework.rules.factory Factories for creating rules. 
 

Uses of Or in org.springframework.rules.constraint
 

Methods in org.springframework.rules.constraint that return Or
 Or ConstraintsAccessor.disjunction()
           
 

Uses of Or in org.springframework.rules.factory
 

Methods in org.springframework.rules.factory that return Or
 Or Constraints.any(Constraint[] constraints)
          Return the disjunction (any constraint) for all constraints.
 Or Constraints.disjunction()
          Returns a new, empty disjunction prototype, capable of composing individual constraints where 'ANY' must test true.
 Or Constraints.or(Constraint constraint1, Constraint constraint2)
          OR two constraints.
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.