Uses of Interface
org.gbif.api.service.common.SearchService
-
Packages that use SearchService Package Description org.gbif.api.service.checklistbank org.gbif.api.service.occurrence org.gbif.api.service.registry -
-
Uses of SearchService in org.gbif.api.service.checklistbank
Subinterfaces of SearchService in org.gbif.api.service.checklistbank Modifier and Type Interface Description interface
NameUsageSearchService
Interface that provides search/suggest(autocomplete) operations over NameUsages. -
Uses of SearchService in org.gbif.api.service.occurrence
Subinterfaces of SearchService in org.gbif.api.service.occurrence Modifier and Type Interface Description interface
OccurrenceSearchService
Interface that provides search operations over Occurrences. -
Uses of SearchService in org.gbif.api.service.registry
Subinterfaces of SearchService in org.gbif.api.service.registry Modifier and Type Interface Description interface
DatasetSearchService
Interface that provides search and suggest operations over Datasets.
-