Uses of Interface
org.gbif.api.model.common.search.SearchParameter
Packages that use SearchParameter
Package
Description
-
Uses of SearchParameter in org.gbif.api.model.checklistbank.search
Classes in org.gbif.api.model.checklistbank.search that implement SearchParameterModifier and TypeClassDescriptionenum
Each value in the enum represents a search parameter or facet of the name usage search. -
Uses of SearchParameter in org.gbif.api.model.common.search
Classes in org.gbif.api.model.common.search with type parameters of type SearchParameterModifier and TypeClassDescriptionclass
Facet<T extends SearchParameter>
Represents a clustering of search results into categories.class
FacetedSearchRequest<P extends SearchParameter>
Generic request class for search operations requesting facets.class
SearchRequest<P extends SearchParameter>
Generic request class for search operations.class
SearchResponse<T,
P extends SearchParameter> Generic response of a search operation.Methods in org.gbif.api.model.common.search with parameters of type SearchParameter -
Uses of SearchParameter in org.gbif.api.model.literature.search
Classes in org.gbif.api.model.literature.search that implement SearchParameter -
Uses of SearchParameter in org.gbif.api.model.occurrence.search
Classes in org.gbif.api.model.occurrence.search that implement SearchParameterModifier and TypeClassDescriptionenum
Query parameters used internally (not part of the public API) to support complex data types.enum
Supported query parameters by the occurrence search and download service. -
Uses of SearchParameter in org.gbif.api.model.predicate
Classes in org.gbif.api.model.predicate with type parameters of type SearchParameterModifier and TypeClassDescriptionclass
EqualsPredicate<S extends SearchParameter>
This predicate checks if itskey
is equal to itsvalue
.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
RangePredicate<S extends SearchParameter>
This predicate checks if itskey
is within the rangevalue
.class
SimplePredicate<S extends SearchParameter>
-
Uses of SearchParameter in org.gbif.api.model.registry.search
Classes in org.gbif.api.model.registry.search that implement SearchParameterModifier and TypeClassDescriptionenum
Each value in the enum represents a possible facet for the Dataset search. -
Uses of SearchParameter in org.gbif.api.service.common
Classes in org.gbif.api.service.common with type parameters of type SearchParameterModifier and TypeInterfaceDescriptioninterface
SearchService<T,
P extends Enum<?> & SearchParameter, R extends SearchRequest<P>> Parameterized generic search interface that supports pagination.interface
SuggestService<T,
P extends Enum<?> & SearchParameter, R extends SearchRequest<P>> Generic search interface for a suggest/autocomplete service. -
Uses of SearchParameter in org.gbif.api.util
Methods in org.gbif.api.util with parameters of type SearchParameterModifier and TypeMethodDescriptionstatic void
SearchTypeValidator.validate
(SearchParameter param, String value) Validates that a given parameter value matches the expected type of the parameter as defined bytype()
and throws an IllegalArgumentException otherwise.