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 TypeClassDescriptionenumEach 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 TypeClassDescriptionclassFacet<T extends SearchParameter>Represents a clustering of search results into categories.classFacetedSearchRequest<P extends SearchParameter>Generic request class for search operations requesting facets.classSearchRequest<P extends SearchParameter>Generic request class for search operations.classSearchResponse<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 TypeClassDescriptionenumQuery parameters used internally (not part of the public API) to support complex data types.classSupported 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 TypeClassDescriptionclassEqualsPredicate<S extends SearchParameter>This predicate checks if itskeyis equal to itsvalue.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.classRangePredicate<S extends SearchParameter>This predicate checks if itskeyis within the rangevalue.classSimplePredicate<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 TypeClassDescriptionenumEach 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 TypeInterfaceDescriptioninterfaceSearchService<T,P extends SearchParameter, R extends SearchRequest<P>> Parameterized generic search interface that supports pagination.interfaceSuggestService<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 voidSearchTypeValidator.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.