Uses of Class
org.qubership.integration.platform.runtime.catalog.service.exportimport.instructions.ImportInstructionsService
Packages that use ImportInstructionsService
Package
Description
-
Uses of ImportInstructionsService in org.qubership.integration.platform.runtime.catalog.rest.v1.controller
Constructors in org.qubership.integration.platform.runtime.catalog.rest.v1.controller with parameters of type ImportInstructionsServiceModifierConstructorDescriptionImportInstructionsController(ImportInstructionsService importInstructionsService) -
Uses of ImportInstructionsService in org.qubership.integration.platform.runtime.catalog.service.exportimport
Constructors in org.qubership.integration.platform.runtime.catalog.service.exportimport with parameters of type ImportInstructionsServiceModifierConstructorDescriptionChainImportService(com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlMapper, org.springframework.transaction.support.TransactionTemplate transactionTemplate, List<ChainImportFileMigration> chainImportFileMigrations, 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) GeneralImportService(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) SystemExportImportService(org.springframework.transaction.support.TransactionTemplate transactionTemplate, SystemService systemService, EnvironmentService environmentService, SystemModelService systemModelService, com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlExportImportMapper, org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger, org.springframework.data.auditing.AuditingHandler jpaAuditingHandler, ServiceSerializer serviceSerializer, ServiceDeserializer serviceDeserializer, ImportSessionService importProgressService, ImportInstructionsService importInstructionsService)