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

All Superinterfaces:
ModelObjectBasic, ModelObjectComplete, Serializable
All Known Subinterfaces:
CompositePredicate, MultiValuedPredicate, PropertyPathPredicate, SingleValuedPredicate
All Known Implementing Classes:
AndPredicate, EqualIgnoreCasePredicate, EqualPredicate, GreaterThanOrEqualPredicate, GreaterThanPredicate, InIgnoreCasePredicate, InPredicate, LessThanOrEqualPredicate, LessThanPredicate, LikePredicate, NotEqualIgnoreCasePredicate, NotEqualPredicate, NotInIgnoreCasePredicate, NotInPredicate, NotLikePredicate, NotNullPredicate, NullPredicate, OrPredicate

public interface Predicate
extends ModelObjectComplete

An predicate represents some portion of a criteria statement. The exact nature of an predicate and what it logically represents is defined by the classes which implement the Predicate interface.

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

Method Summary
 
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
 



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