Uses of Class
org.qubership.integration.platform.runtime.catalog.service.DependencyService
Packages that use DependencyService
-
Uses of DependencyService in org.qubership.integration.platform.runtime.catalog.service.exportimport
Constructors in org.qubership.integration.platform.runtime.catalog.service.exportimport with parameters of type DependencyServiceModifierConstructorDescriptionChainImportService(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)