Package | Description |
---|---|
org.gbif.api.service.registry |
Modifier and Type | Method and Description |
---|---|
PagingResponse<MetasyncHistory> |
MetasyncHistoryService.listMetasync(Pageable page)
Retrieves a pageable result of all the metasync history records.
|
PagingResponse<MetasyncHistory> |
MetasyncHistoryService.listMetasync(@NotNull UUID installationKey,
Pageable page)
Lists the
MetasyncHistory of a installation. |
Modifier and Type | Method and Description |
---|---|
void |
MetasyncHistoryService.createMetasync(@NotNull @Valid MetasyncHistory metasyncHistory)
Persists the
MetasyncHistory object. |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.