Uses of Class
org.qubership.integration.platform.runtime.catalog.service.SystemService
Packages that use SystemService
Package
Description
-
Uses of SystemService in org.qubership.integration.platform.runtime.catalog.service
Constructors in org.qubership.integration.platform.runtime.catalog.service with parameters of type SystemServiceModifierConstructorDescriptionDeploymentService(DeploymentRepository deploymentRepository, org.qubership.integration.platform.catalog.persistence.configs.repository.chain.ElementRepository elementRepository, ChainService chainService, SystemService systemService, SnapshotService snapshotService, org.qubership.integration.platform.catalog.service.library.LibraryElementsService libraryElementsService, org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger, DeploymentBuilderService deploymentBuilderService, org.qubership.integration.platform.catalog.persistence.TransactionHandler transactionHandler) EnvironmentService(org.qubership.integration.platform.catalog.persistence.configs.repository.system.EnvironmentRepository environmentRepository, org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger, SystemService systemService, ServiceEnvironmentMapper serviceEnvironmentMapper, org.qubership.integration.platform.catalog.service.parsers.ParserUtils parserUtils, com.fasterxml.jackson.databind.ObjectMapper jsonMapper) SpecificationGroupService(org.qubership.integration.platform.catalog.persistence.configs.repository.system.SpecificationGroupRepository specificationGroupRepository, org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger, SystemService systemService, org.qubership.integration.platform.catalog.service.exportimport.ProtocolExtractionService protocolExtractionService, org.qubership.integration.platform.catalog.persistence.configs.repository.system.SpecificationGroupLabelsRepository specificationGroupLabelsRepository, ChainService chainService) -
Uses of SystemService in org.qubership.integration.platform.runtime.catalog.service.deployment
Constructors in org.qubership.integration.platform.runtime.catalog.service.deployment with parameters of type SystemServiceModifierConstructorDescriptionDeploymentBuilderService(ChainService chainService, SnapshotService snapshotService, org.qubership.integration.platform.catalog.util.ElementUtils elementUtils, ElementPropertiesBuilderFactory elementPropertiesBuilderFactory, org.qubership.integration.platform.catalog.service.library.LibraryElementsService libraryService, DeploymentRouteMapper deploymentRouteMapper, SystemService systemService, EnvironmentService environmentService) -
Uses of SystemService in org.qubership.integration.platform.runtime.catalog.service.exportimport
Constructors in org.qubership.integration.platform.runtime.catalog.service.exportimport with parameters of type SystemServiceModifierConstructorDescriptionSystemExportImportService(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 SystemService 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 SystemServiceModifierConstructorDescriptionImportInstructionsService(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)