Uses of Interface
org.qubership.atp.tdm.repo.CleanupConfigRepository
Packages that use CleanupConfigRepository
Package
Description
-
Uses of CleanupConfigRepository in org.qubership.atp.tdm.repo.impl
Constructors in org.qubership.atp.tdm.repo.impl with parameters of type CleanupConfigRepositoryModifierConstructorDescriptionAtpActionRepositoryImpl(CatalogRepository catalogRepository, TestDataTableRepository testDataTableRepository, CleanupConfigRepository cleanupConfigRepository, ColumnService columnService, DataRefreshService dataRefreshService, TestDataFlagsService testDataFlagsService, CleanupServiceImpl cleanupService, org.qubership.atp.common.lock.LockManager lockManager) AtpActionRepository Constructor.TestDataTableRepositoryImpl(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.springframework.transaction.PlatformTransactionManager transactionManager, SqlRepository sqlRepository, ImportInfoRepository importInfoRepository, TestDataExtractorProvider extractorProvider, QueryEvaluator queryEvaluator, CatalogRepository catalogRepository, CleanupConfigRepository cleanupConfigRepository, org.qubership.atp.common.lock.LockManager lockManager) TestDataTableRepository Constructor. -
Uses of CleanupConfigRepository in org.qubership.atp.tdm.service.impl
Constructors in org.qubership.atp.tdm.service.impl with parameters of type CleanupConfigRepositoryModifierConstructorDescriptionCleanupServiceImpl(EnvironmentsService environmentsService, SchedulerService schedulerService, CleanupConfigRepository repository, TestDataTableRepository testDataTableRepository, CatalogRepository catalogRepository, SqlRepository sqlRepository, DataSource dataSource, ImportInfoRepository importInfoRepository, MetricService metricService, TdmMdcHelper helper, List<TestDataCleaner> implementations) Default constructor. -
Uses of CleanupConfigRepository in org.qubership.atp.tdm.websocket.bulkaction.cleanup
Constructors in org.qubership.atp.tdm.websocket.bulkaction.cleanup with parameters of type CleanupConfigRepositoryModifierConstructorDescriptionBulkDataCleanupHandler(ExecutorService executorService, CatalogRepository catalogRepository, EnvironmentsService environmentsService, CleanupService cleanupService, CleanupConfigRepository cleanupConfigRepository, BulkCleanupMailSender mailSender, CurrentTime currentTime, org.qubership.atp.common.lock.LockManager lockManager, TdmMdcHelper helper) Constructor with parameters.