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 TypeMethodDescriptionvoidPredicateDownloadRequest.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, String checklistKey) 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 TypeMethodDescriptionvoidOccurrencePredicateSearchRequest.setPredicate(Predicate predicate) -
Uses of Predicate in org.gbif.api.model.predicate
Classes in org.gbif.api.model.predicate that implement PredicateModifier and TypeClassDescriptionclassA compound predicate is a Predicate that itself contains other Predicates.classThis predicate is "AND"-ing its subpredicates together.classThis predicate is "OR"-ing its subpredicates together.classEqualsPredicate<S extends SearchParameter>This predicate checks if itskeyis equal to itsvalue.classThis predicate checks performs a full text search based on a query parameter.classThis predicate checks if an occurrence location falls within a distance of a location.classGreaterThanOrEqualsPredicate<S extends SearchParameter>This predicate checks if itskeyis greater than or equal itsvalue.classGreaterThanPredicate<S extends SearchParameter>This predicate checks if itskeyis greater than itsvalue.classInPredicate<S extends SearchParameter>This predicate checks if itskeycontains any of itsvalues.classIsNotNullPredicate<S extends SearchParameter>classIsNullPredicate<S extends SearchParameter>classLessThanOrEqualsPredicate<S extends SearchParameter>This predicate checks if itskeyis less or equal than itsvalue.classLessThanPredicate<S extends SearchParameter>This predicate checks if itskeyis less than itsvalue.classLikePredicate<S extends SearchParameter>This predicate checks if itskeyis LIKE itsvalue.classThis predicate negates its subpredicate.classRangePredicate<S extends SearchParameter>This predicate checks if itskeyis within the rangevalue.classSimplePredicate<S extends SearchParameter>classThis 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 TypeMethodDescriptionlongOccurrenceSearchService.countRecords(Predicate predicate) Get the record count from a predicate search.