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