Uses of Interface
org.gbif.api.model.predicate.Predicate
-
Packages that use Predicate Package Description org.gbif.api.model.occurrence org.gbif.api.model.occurrence.search org.gbif.api.model.predicate org.gbif.api.query org.gbif.api.service.occurrence -
-
Uses of Predicate in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return Predicate Modifier and Type Method Description @Valid PredicatePredicateDownloadRequest. getPredicate()Methods in org.gbif.api.model.occurrence with parameters of type Predicate Modifier and Type Method Description voidPredicateDownloadRequest. setPredicate(Predicate predicate)Constructors in org.gbif.api.model.occurrence with parameters of type Predicate Constructor Description PredicateDownloadRequest(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 Predicate Modifier and Type Method Description PredicateOccurrencePredicateSearchRequest. getPredicate()Methods in org.gbif.api.model.occurrence.search with parameters of type Predicate Modifier and Type Method Description voidOccurrencePredicateSearchRequest. setPredicate(Predicate predicate) -
Uses of Predicate in org.gbif.api.model.predicate
Classes in org.gbif.api.model.predicate that implement Predicate Modifier and Type Class Description classCompoundPredicateA compound predicate is a Predicate that itself contains other Predicates.classConjunctionPredicateThis predicate is "AND"-ing its subpredicates together.classDisjunctionPredicateThis predicate is "OR"-ing its subpredicates together.classEqualsPredicate<S extends SearchParameter>This predicate checks if itskeyis equal to itsvalue.classFullTextSearchPredicateThis predicate checks performs a full text search based on a query parameter.classGeoDistancePredicateThis 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.classNotPredicateThis predicate negates its subpredicate.classRangePredicate<S extends SearchParameter>This predicate checks if itskeyis within the rangevalue.classSimplePredicate<S extends SearchParameter>classWithinPredicateThis predicate checks if an occurrence location falls within the given WKT geometryvalue.Methods in org.gbif.api.model.predicate that return Predicate Modifier and Type Method Description PredicateNotPredicate. getPredicate()Methods in org.gbif.api.model.predicate that return types with arguments of type Predicate Modifier and Type Method Description Collection<Predicate>CompoundPredicate. 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 Predicate Constructor Description NotPredicate(Predicate predicate)Constructor parameters in org.gbif.api.model.predicate with type arguments of type Predicate Constructor Description ConjunctionPredicate(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 Modifier and Type Method Description StringQueryVisitor. buildQuery(Predicate predicate) -
Uses of Predicate in org.gbif.api.service.occurrence
Methods in org.gbif.api.service.occurrence with parameters of type Predicate Modifier and Type Method Description longOccurrenceSearchService. countRecords(Predicate predicate)Get the record count from a predicate search.
-