Uses of Class
org.qubership.atp.tdm.model.cleanup.CleanupSettings
Packages that use CleanupSettings
Package
Description
-
Uses of CleanupSettings in org.qubership.atp.tdm.controllers
Methods in org.qubership.atp.tdm.controllers that return CleanupSettingsModifier and TypeMethodDescriptionDataCleanupController.saveCleanupConfig(CleanupSettings cleanupConfig) Save / update data cleanup settings.Methods in org.qubership.atp.tdm.controllers that return types with arguments of type CleanupSettingsModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CleanupSettings> DataCleanupController.getCleanupConfig(UUID id) Get cleanup configuration for specified dataset / table ID.Methods in org.qubership.atp.tdm.controllers with parameters of type CleanupSettingsModifier and TypeMethodDescriptionDataCleanupController.runDataCleanup(CleanupSettings cleanupConfig) Force run data cleanup.DataCleanupController.saveCleanupConfig(CleanupSettings cleanupConfig) Save / update data cleanup settings. -
Uses of CleanupSettings in org.qubership.atp.tdm.service
Methods in org.qubership.atp.tdm.service that return CleanupSettingsModifier and TypeMethodDescriptionCleanupService.getCleanupSettings(UUID id) CleanupService.saveCleanupConfig(CleanupSettings cleanupSettings) Methods in org.qubership.atp.tdm.service with parameters of type CleanupSettingsModifier and TypeMethodDescriptionCleanupService.runCleanup(CleanupSettings cleanupSettings) CleanupService.saveCleanupConfig(CleanupSettings cleanupSettings) -
Uses of CleanupSettings in org.qubership.atp.tdm.service.impl
Methods in org.qubership.atp.tdm.service.impl that return CleanupSettingsModifier and TypeMethodDescriptionCleanupServiceImpl.getCleanupSettings(UUID id) CleanupServiceImpl.saveCleanupConfig(CleanupSettings cleanupSettings) Methods in org.qubership.atp.tdm.service.impl with parameters of type CleanupSettingsModifier and TypeMethodDescriptionCleanupServiceImpl.runCleanup(CleanupSettings cleanupSettings) CleanupServiceImpl.saveCleanupConfig(CleanupSettings cleanupSettings)