Uses of Class
org.qubership.integration.platform.runtime.catalog.service.exportimport.migrations.chain.ChainFileMigrationService
Packages that use ChainFileMigrationService
Package
Description
-
Uses of ChainFileMigrationService in org.qubership.integration.platform.runtime.catalog.service.exportimport
Constructors in org.qubership.integration.platform.runtime.catalog.service.exportimport with parameters of type ChainFileMigrationServiceModifierConstructorDescriptionChainImportService(com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlMapper, org.springframework.transaction.support.TransactionTemplate transactionTemplate, ChainService chainService, FolderService folderService, SnapshotService snapshotService, DeploymentService deploymentService, EngineService engineService, ChainExternalEntityMapper chainExternalEntityMapper, ImportSessionService importProgressService, org.qubership.integration.platform.catalog.service.ActionsLogService actionsLogService, DependencyService dependencyService, ElementService elementService, MaskedFieldsService maskedFieldsService, org.qubership.integration.platform.catalog.service.difference.ChainDifferenceService chainDifferenceService, ImportInstructionsService importInstructionsService, ChainFileMigrationService chainFileMigrationService) ImportService(ChainExternalEntityMapper chainExternalEntityMapper, com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger, 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, ChainFileMigrationService chainFileMigrationService) Deprecated. -
Uses of ChainFileMigrationService in org.qubership.integration.platform.runtime.catalog.service.exportimport.mapper.chain
Constructors in org.qubership.integration.platform.runtime.catalog.service.exportimport.mapper.chain with parameters of type ChainFileMigrationServiceModifierConstructorDescriptionChainExternalEntityMapper(ChainElementsExternalEntityMapper chainElementsMapper, ChainFileMigrationService chainFileMigrationService, URI chainSchemaUri)