org.kuali.rice.core.api.criteria
Interface CompositePredicate

All Superinterfaces:
ModelObjectBasic, ModelObjectComplete, Predicate, Serializable
All Known Implementing Classes:
AndPredicate, OrPredicate

public interface CompositePredicate
extends Predicate

An predicate that contains other predicates.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 Set<Predicate> getPredicates()
          Returns an unmodifiable set of predicates contained within this composite predicate.
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectComplete
equals, hashCode
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Method Detail

getPredicates

Set<Predicate> getPredicates()
Returns an unmodifiable set of predicates contained within this composite predicate. This set could be empty but should never be null.

Returns:
the set of predicates contained within this composite


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.