Package org.gbif.api.model.predicate
Interface Predicate
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CompoundPredicate
,ConjunctionPredicate
,DisjunctionPredicate
,EqualsPredicate
,FullTextSearchPredicate
,GeoDistancePredicate
,GreaterThanOrEqualsPredicate
,GreaterThanPredicate
,InPredicate
,IsNotNullPredicate
,IsNullPredicate
,LessThanOrEqualsPredicate
,LessThanPredicate
,LikePredicate
,NotPredicate
,RangePredicate
,SimplePredicate
,WithinPredicate
public interface Predicate extends Serializable