Uses of Class
org.gbif.api.model.registry.metasync.MetasyncHistory
Packages that use MetasyncHistory
-
Uses of MetasyncHistory in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry that return types with arguments of type MetasyncHistoryModifier and TypeMethodDescriptionMetasyncHistoryService.listMetasync
(@NotNull UUID installationKey, Pageable page) Lists theMetasyncHistory
of a installation.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 MetasyncHistoryModifier and TypeMethodDescriptionvoid
MetasyncHistoryService.createMetasync
(@NotNull @Valid MetasyncHistory metasyncHistory) Persists theMetasyncHistory
object.