Uses of Class
org.qubership.atp.tdm.controllers.api.dto.cleanup.CleanupResultsDto
Packages that use CleanupResultsDto
Package
Description
-
Uses of CleanupResultsDto in org.qubership.atp.tdm.controllers.api
Methods in org.qubership.atp.tdm.controllers.api that return types with arguments of type CleanupResultsDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CleanupResultsDto> DataCleanupControllerApi.runDataCleanup(@NotNull @Valid String tableName, @Valid TestDataCleanupConfigDto testDataCleanupConfigDto) POST /api/tdm/cleanup/run : Force run data cleanup. -
Uses of CleanupResultsDto in org.qubership.atp.tdm.controllers.api.dto.cleanup
Methods in org.qubership.atp.tdm.controllers.api.dto.cleanup that return CleanupResultsDtoModifier and TypeMethodDescriptionCleanupResultsDto.recordsRemoved(Integer recordsRemoved) CleanupResultsDto.recordsTotal(Integer recordsTotal)