Package | Description |
---|---|
org.gbif.api.service.collections |
Modifier and Type | Method and Description |
---|---|
OrganisationalUnit |
InstitutionService.getAsLatimerCore(@NotNull UUID key)
Similar to the
CrudService.get(UUID) method but returns the results in Latimer Core format. |
Modifier and Type | Method and Description |
---|---|
PagingResponse<OrganisationalUnit> |
InstitutionService.listAsLatimerCore(InstitutionSearchRequest searchRequest)
Similar to the
InstitutionService.list(InstitutionSearchRequest) method but returns the results in
Latimer Core format. |
Modifier and Type | Method and Description |
---|---|
UUID |
InstitutionService.createFromLatimerCore(@NotNull @Valid OrganisationalUnit organisationalUnit)
Similar to
CrudService.create(CollectionEntity) but it accepts Latimer Core. |
void |
InstitutionService.updateFromLatimerCore(@NotNull @Valid OrganisationalUnit entity)
Similar to
CrudService.update(CollectionEntity) )} but it accepts Latimer Core. |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.