Uses of Class
org.gbif.api.model.collections.Institution
Packages that use Institution
Package
Description
-
Uses of Institution in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections with parameters of type Institution -
Uses of Institution in org.gbif.api.service.collections
Methods in org.gbif.api.service.collections that return types with arguments of type InstitutionModifier and TypeMethodDescriptionInstitutionService.list(InstitutionSearchRequest searchRequest) PagesInstitutionentities based on the parameters received.InstitutionService.listDeleted(InstitutionSearchRequest searchRequest) Provides access to deleted institutions. -
Uses of Institution in org.gbif.api.util.iterables
Methods in org.gbif.api.util.iterables that return types with arguments of type InstitutionModifier and TypeMethodDescriptionstatic Iterable<Institution>Iterables.institutions(InstitutionSearchRequest searchRequest, InstitutionService service, Integer limit) Iterable forInstitutionService.list(InstitutionSearchRequest).InstitutionsPager.nextPage(PagingRequest page)