java.lang.Object
org.qubership.integration.platform.runtime.catalog.service.exportimport.ImportService

@Service @Deprecated(since="2023.4") public class ImportService extends Object
Deprecated.
23.4 use GeneralImportService instead
  • Field Details

    • actionLogger

      protected final org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger
      Deprecated.
    • snapshotService

      protected final SnapshotService snapshotService
      Deprecated.
    • chainRepository

      protected final org.qubership.integration.platform.catalog.persistence.configs.repository.chain.ChainRepository chainRepository
      Deprecated.
  • Constructor Details

    • ImportService

      @Autowired public ImportService(ChainExternalEntityMapper chainExternalEntityMapper, com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlMapper, @Qualifier("primaryObjectMapper") com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger, List<ChainImportFileMigration> importFileMigrations, DeploymentService deploymentService, SnapshotService snapshotService, EngineService engineService, ChainService chainService, FolderService folderService, org.qubership.integration.platform.catalog.persistence.configs.repository.chain.ChainRepository chainRepository, ImportSessionService importProgressService, ChainImportService chainImportService, org.springframework.transaction.support.TransactionTemplate transactionTemplate)
      Deprecated.
  • Method Details