Uses of Class
org.gbif.api.model.registry.metasync.MetasyncHistory
-
Packages that use MetasyncHistory Package Description org.gbif.api.service.registry -
-
Uses of MetasyncHistory in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry that return types with arguments of type MetasyncHistory Modifier and Type Method Description PagingResponse<MetasyncHistory>
MetasyncHistoryService. listMetasync(@NotNull UUID installationKey, Pageable page)
Lists theMetasyncHistory
of a installation.PagingResponse<MetasyncHistory>
MetasyncHistoryService. listMetasync(Pageable page)
Retrieves a pageable result of all the metasync history records.Methods in org.gbif.api.service.registry with parameters of type MetasyncHistory Modifier and Type Method Description void
MetasyncHistoryService. createMetasync(@NotNull @Valid MetasyncHistory metasyncHistory)
Persists theMetasyncHistory
object.
-