public interface MetasyncHistoryService
Modifier and Type | Method and Description |
---|---|
void |
createMetasync(@NotNull @Valid MetasyncHistory metasyncHistory)
Persists the
MetasyncHistory object. |
PagingResponse<MetasyncHistory> |
listMetasync(Pageable page)
Retrieves a pageable result of all the metasync history records.
|
PagingResponse<MetasyncHistory> |
listMetasync(@NotNull UUID installationKey,
Pageable page)
Lists the
MetasyncHistory of a installation. |
void createMetasync(@NotNull @Valid @NotNull @Valid MetasyncHistory metasyncHistory)
MetasyncHistory
object.PagingResponse<MetasyncHistory> listMetasync(@Nullable Pageable page)
PagingResponse<MetasyncHistory> listMetasync(@NotNull @NotNull UUID installationKey, @Nullable Pageable page)
MetasyncHistory
of a installation. The result is sorted by the sync date.Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.