Package | Description |
---|---|
org.gbif.api.model.occurrence | |
org.gbif.api.model.occurrence.search | |
org.gbif.api.model.predicate | |
org.gbif.api.query |
Modifier and Type | Method and Description |
---|---|
@Valid Predicate |
PredicateDownloadRequest.getPredicate() |
Modifier and Type | Method and Description |
---|---|
void |
PredicateDownloadRequest.setPredicate(Predicate predicate) |
Constructor and Description |
---|
PredicateDownloadRequest(Predicate predicate,
String creator,
Collection<String> notificationAddresses,
Boolean sendNotification,
DownloadFormat format,
DownloadType type,
Set<Extension> verbatimExtensions)
Full constructor.
|
Modifier and Type | Method and Description |
---|---|
Predicate |
OccurrencePredicateSearchRequest.getPredicate() |
Modifier and Type | Method and Description |
---|---|
void |
OccurrencePredicateSearchRequest.setPredicate(Predicate predicate) |
Modifier and Type | Class and Description |
---|---|
class |
CompoundPredicate
A compound predicate is a Predicate that itself contains other Predicates.
|
class |
ConjunctionPredicate
This predicate is "AND"-ing its subpredicates together.
|
class |
DisjunctionPredicate
This predicate is "OR"-ing its subpredicates together.
|
class |
EqualsPredicate<S extends SearchParameter>
This predicate checks if its
key is equal to its value . |
class |
FullTextSearchPredicate
This predicate checks performs a full text search based on a query parameter.
|
class |
GeoDistancePredicate
This predicate checks if an occurrence location falls within a distance of a location.
|
class |
GreaterThanOrEqualsPredicate<S extends SearchParameter>
This predicate checks if its
key is greater than or equal its value . |
class |
GreaterThanPredicate<S extends SearchParameter>
This predicate checks if its
key is greater than its value . |
class |
InPredicate<S extends SearchParameter>
This predicate checks if its
key contains any of its values . |
class |
IsNotNullPredicate<S extends SearchParameter> |
class |
IsNullPredicate<S extends SearchParameter> |
class |
LessThanOrEqualsPredicate<S extends SearchParameter>
This predicate checks if its
key is less or equal than its value . |
class |
LessThanPredicate<S extends SearchParameter>
This predicate checks if its
key is less than its value . |
class |
LikePredicate<S extends SearchParameter>
This predicate checks if its
key is LIKE its value . |
class |
NotPredicate
This predicate negates its subpredicate.
|
class |
RangePredicate<S extends SearchParameter>
This predicate checks if its
key is within the range value . |
class |
SimplePredicate<S extends SearchParameter> |
class |
WithinPredicate
This predicate checks if an occurrence location falls within the given WKT geometry
value . |
Modifier and Type | Method and Description |
---|---|
Predicate |
NotPredicate.getPredicate() |
Modifier and Type | Method and Description |
---|---|
Collection<Predicate> |
CompoundPredicate.getPredicates()
Returns all the predicates this compound predicate is made out of in an immutable collection.
|
Constructor and Description |
---|
NotPredicate(Predicate predicate) |
Constructor and Description |
---|
ConjunctionPredicate(Collection<Predicate> predicates) |
DisjunctionPredicate(Collection<Predicate> predicates) |
Modifier and Type | Method and Description |
---|---|
String |
QueryVisitor.buildQuery(Predicate predicate) |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.