Uses of Class
org.gbif.api.model.collections.Institution
-
Packages that use Institution Package Description org.gbif.api.model.collections org.gbif.api.service.collections org.gbif.api.util.iterables -
-
Uses of Institution in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections with parameters of type Institution Modifier and Type Method Description boolean
Institution. lenientEquals(Institution other)
-
Uses of Institution in org.gbif.api.service.collections
Methods in org.gbif.api.service.collections that return types with arguments of type Institution Modifier and Type Method Description PagingResponse<Institution>
InstitutionService. list(InstitutionSearchRequest searchRequest)
PagesInstitution
entities based on the parameters received.PagingResponse<Institution>
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 Institution Modifier and Type Method Description static Iterable<Institution>
Iterables. institutions(InstitutionSearchRequest searchRequest, InstitutionService service, Integer limit)
Iterable forInstitutionService.list(InstitutionSearchRequest)
.PagingResponse<Institution>
InstitutionsPager. nextPage(PagingRequest page)
-