Uses of Class
org.qubership.integration.platform.runtime.catalog.service.SystemModelService
Packages that use SystemModelService
Package
Description
-
Uses of SystemModelService 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 SystemModelService -
Uses of SystemModelService in org.qubership.integration.platform.runtime.catalog.service.exportimport
Constructors in org.qubership.integration.platform.runtime.catalog.service.exportimport with parameters of type SystemModelServiceModifierConstructorDescriptionApiSpecificationExportService(String externalRoutesBasePath, org.qubership.integration.platform.catalog.persistence.configs.repository.chain.ElementRepository elementRepository, org.qubership.integration.platform.catalog.persistence.configs.repository.operations.OperationRepository operationRepository, SystemModelService systemModelService) 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) -
Uses of SystemModelService 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 SystemModelServiceModifierConstructorDescriptionImportInstructionsService(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)