Uses of Class
org.qubership.atp.tdm.model.refresh.TestDataRefreshConfig
Packages that use TestDataRefreshConfig
Package
Description
-
Uses of TestDataRefreshConfig in org.qubership.atp.tdm.controllers
Methods in org.qubership.atp.tdm.controllers that return TestDataRefreshConfigModifier and TypeMethodDescriptionDataRefreshController.saveRefreshConfig(String tableName, Integer queryTimeout, TestDataRefreshConfig refreshConfig) Save / update data refresh settings.Methods in org.qubership.atp.tdm.controllers that return types with arguments of type TestDataRefreshConfigModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TestDataRefreshConfig> DataRefreshController.getRefreshConfig(UUID id) Get refresh configuration for specified dataset / table ID.Methods in org.qubership.atp.tdm.controllers with parameters of type TestDataRefreshConfigModifier and TypeMethodDescriptionDataRefreshController.saveRefreshConfig(String tableName, Integer queryTimeout, TestDataRefreshConfig refreshConfig) Save / update data refresh settings. -
Uses of TestDataRefreshConfig in org.qubership.atp.tdm.service
Methods in org.qubership.atp.tdm.service that return TestDataRefreshConfigModifier and TypeMethodDescriptionDataRefreshService.getRefreshConfig(UUID id) DataRefreshService.saveRefreshConfig(String tableName, Integer queryTimeout, TestDataRefreshConfig config) Methods in org.qubership.atp.tdm.service with parameters of type TestDataRefreshConfigModifier and TypeMethodDescriptionDataRefreshService.saveRefreshConfig(String tableName, Integer queryTimeout, TestDataRefreshConfig config) -
Uses of TestDataRefreshConfig in org.qubership.atp.tdm.service.impl
Methods in org.qubership.atp.tdm.service.impl that return TestDataRefreshConfigModifier and TypeMethodDescriptionDataRefreshServiceImpl.getRefreshConfig(UUID id) DataRefreshServiceImpl.saveRefreshConfig(String tableName, Integer queryTimeout, TestDataRefreshConfig config) Methods in org.qubership.atp.tdm.service.impl with parameters of type TestDataRefreshConfigModifier and TypeMethodDescriptionDataRefreshServiceImpl.saveRefreshConfig(String tableName, Integer queryTimeout, TestDataRefreshConfig config)