Uses of Interface
org.gbif.api.model.predicate.Predicate
Packages that use Predicate
Package
Description
-
Uses of Predicate in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return PredicateMethods in org.gbif.api.model.occurrence with parameters of type PredicateModifier and TypeMethodDescriptionvoid
PredicateDownloadRequest.setPredicate
(Predicate predicate) Constructors in org.gbif.api.model.occurrence with parameters of type PredicateModifierConstructorDescriptionPredicateDownloadRequest
(Predicate predicate, String creator, Collection<String> notificationAddresses, Boolean sendNotification, DownloadFormat format, DownloadType type, String description, com.fasterxml.jackson.databind.JsonNode machineDescription, Set<Extension> verbatimExtensions) Full constructor. -
Uses of Predicate in org.gbif.api.model.occurrence.search
Methods in org.gbif.api.model.occurrence.search that return PredicateMethods in org.gbif.api.model.occurrence.search with parameters of type PredicateModifier and TypeMethodDescriptionvoid
OccurrencePredicateSearchRequest.setPredicate
(Predicate predicate) -
Uses of Predicate in org.gbif.api.model.predicate
Classes in org.gbif.api.model.predicate that implement PredicateModifier and TypeClassDescriptionclass
A compound predicate is a Predicate that itself contains other Predicates.class
This predicate is "AND"-ing its subpredicates together.class
This predicate is "OR"-ing its subpredicates together.class
EqualsPredicate<S extends SearchParameter>
This predicate checks if itskey
is equal to itsvalue
.class
This predicate checks performs a full text search based on a query parameter.class
This predicate checks if an occurrence location falls within a distance of a location.class
GreaterThanOrEqualsPredicate<S extends SearchParameter>
This predicate checks if itskey
is greater than or equal itsvalue
.class
GreaterThanPredicate<S extends SearchParameter>
This predicate checks if itskey
is greater than itsvalue
.class
InPredicate<S extends SearchParameter>
This predicate checks if itskey
contains any of itsvalues
.class
IsNotNullPredicate<S extends SearchParameter>
class
IsNullPredicate<S extends SearchParameter>
class
LessThanOrEqualsPredicate<S extends SearchParameter>
This predicate checks if itskey
is less or equal than itsvalue
.class
LessThanPredicate<S extends SearchParameter>
This predicate checks if itskey
is less than itsvalue
.class
LikePredicate<S extends SearchParameter>
This predicate checks if itskey
is LIKE itsvalue
.class
This predicate negates its subpredicate.class
RangePredicate<S extends SearchParameter>
This predicate checks if itskey
is within the rangevalue
.class
SimplePredicate<S extends SearchParameter>
class
This predicate checks if an occurrence location falls within the given WKT geometryvalue
.Methods in org.gbif.api.model.predicate that return PredicateMethods in org.gbif.api.model.predicate that return types with arguments of type PredicateModifier and TypeMethodDescriptionCompoundPredicate.getPredicates()
Returns all the predicates this compound predicate is made out of in an immutable collection.Constructors in org.gbif.api.model.predicate with parameters of type PredicateConstructor parameters in org.gbif.api.model.predicate with type arguments of type PredicateModifierConstructorDescriptionConjunctionPredicate
(Collection<Predicate> predicates) DisjunctionPredicate
(Collection<Predicate> predicates) -
Uses of Predicate in org.gbif.api.query
Methods in org.gbif.api.query with parameters of type Predicate -
Uses of Predicate in org.gbif.api.service.occurrence
Methods in org.gbif.api.service.occurrence with parameters of type PredicateModifier and TypeMethodDescriptionlong
OccurrenceSearchService.countRecords
(Predicate predicate) Get the record count from a predicate search.