Uses of Class
org.qubership.integration.platform.runtime.catalog.service.exportimport.CommonVariablesImportService
Packages that use CommonVariablesImportService
Package
Description
-
Uses of CommonVariablesImportService in org.qubership.integration.platform.runtime.catalog.service.exportimport
Constructors in org.qubership.integration.platform.runtime.catalog.service.exportimport with parameters of type CommonVariablesImportServiceModifierConstructorDescriptionGeneralImportService(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) -
Uses of CommonVariablesImportService in org.qubership.integration.platform.runtime.catalog.service.exportimport.instructions
Constructors in org.qubership.integration.platform.runtime.catalog.service.exportimport.instructions with parameters of type CommonVariablesImportServiceModifierConstructorDescriptionImportInstructionsService(String instructionsFileName, org.qubership.integration.platform.catalog.persistence.configs.repository.instructions.ImportInstructionsRepository importInstructionsRepository, org.qubership.integration.platform.catalog.mapping.exportimport.instructions.GeneralInstructionsMapper generalInstructionsMapper, org.qubership.integration.platform.catalog.mapping.exportimport.instructions.ServiceInstructionsMapper serviceInstructionsMapper, ChainService chainService, DeploymentService deploymentService, SystemService systemService, SpecificationGroupService specificationGroupService, SystemModelService systemModelService, CommonVariablesImportService commonVariablesImportService, org.qubership.integration.platform.catalog.mapping.exportimport.instructions.CommonVariablesInstructionsMapper commonVariablesInstructionsMapper, org.qubership.integration.platform.catalog.validation.EntityValidator entityValidator, org.qubership.integration.platform.catalog.service.ActionsLogService actionsLogService)