Uses of Class
org.qubership.integration.platform.runtime.catalog.service.exportimport.ChainImportService
Packages that use ChainImportService
-
Uses of ChainImportService in org.qubership.integration.platform.runtime.catalog.service.exportimport
Constructors in org.qubership.integration.platform.runtime.catalog.service.exportimport with parameters of type ChainImportServiceModifierConstructorDescriptionGeneralImportService(CommonVariablesImportService commonVariablesImportService, SystemExportImportService systemExportImportService, ChainImportService chainImportService, ImportSessionService importSessionService, org.qubership.integration.platform.catalog.service.ActionsLogService actionsLogService, ImportInstructionsService importInstructionsService, org.qubership.integration.platform.catalog.mapping.exportimport.instructions.GeneralInstructionsMapper generalInstructionsMapper) ImportService(ChainExternalEntityMapper chainExternalEntityMapper, com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlMapper, 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.