Uses of Interface
org.gbif.api.model.common.search.SearchParameter
-
-
Uses of SearchParameter in org.gbif.api.model.checklistbank.search
Classes in org.gbif.api.model.checklistbank.search that implement SearchParameter Modifier and Type Class Description classNameUsageSearchParameterEach 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 SearchParameter Modifier and Type Class Description classFacet<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 Modifier and Type Method Description voidFacetedSearchRequest. addFacets(P... facets) -
Uses of SearchParameter in org.gbif.api.model.literature.search
Classes in org.gbif.api.model.literature.search that implement SearchParameter Modifier and Type Class Description classLiteratureSearchParameter -
Uses of SearchParameter in org.gbif.api.model.occurrence.search
Classes in org.gbif.api.model.occurrence.search that implement SearchParameter Modifier and Type Class Description classInternalOccurrenceSearchParameterQuery parameters used internally (not part of the public API) to support complex data types.classOccurrenceSearchParameterSupported 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 SearchParameter Modifier and Type Class Description classEqualsPredicate<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 SearchParameter Modifier and Type Class Description classDatasetSearchParameterEach 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 SearchParameter Modifier and Type Interface Description interfaceSearchService<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 SearchParameter Modifier and Type Method Description static 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.
-