Uses of Class
org.qubership.integration.platform.runtime.catalog.service.ChainService
Packages that use ChainService
Package
Description
-
Uses of ChainService in org.qubership.integration.platform.runtime.catalog.service
Constructors in org.qubership.integration.platform.runtime.catalog.service with parameters of type ChainServiceModifierConstructorDescriptionChainRolesService(ElementService elementService, DeploymentService deploymentService, RuntimeDeploymentService runtimeDeploymentService, ChainRolesMapper chainRolesMapper, ChainService chainService, org.qubership.integration.platform.catalog.persistence.configs.repository.chain.ElementRepository elementRepository, DeploymentMapper deploymentMapper, SnapshotService snapshotService, org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger) DeploymentService(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) LiveExchangesService(RuntimeDeploymentService runtimeDeploymentService, org.springframework.web.client.RestTemplate restTemplateMs, org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger, DeploymentService deploymentService, ChainService chainService) SnapshotService(SnapshotRepository snapshotRepository, org.qubership.integration.platform.catalog.persistence.configs.repository.chain.ElementRepository elementRepository, ElementService elementService, XmlBuilder xmlBuilder, ChainService chainService, org.qubership.integration.platform.catalog.persistence.configs.repository.chain.DependencyRepository dependencyRepository, DeploymentService deploymentService, SnapshotService self, org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger, ElementPropertiesVerificationService elementPropertiesVerificationService, MaskedFieldsService maskedFieldsService, org.qubership.integration.platform.catalog.persistence.TransactionHandler transactionHandler, org.qubership.integration.platform.catalog.persistence.configs.repository.chain.SnapshotLabelsRepository snapshotLabelsRepository) 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) SystemModelService(org.qubership.integration.platform.catalog.persistence.configs.repository.system.SystemModelRepository systemModelRepository, List<org.qubership.integration.platform.catalog.service.codegen.SystemModelCodeGenerator> codeGenerators, org.qubership.integration.platform.catalog.service.compiler.CompilerService compilerService, org.qubership.integration.platform.catalog.persistence.configs.repository.system.SystemModelLabelsRepository systemModelLabelsRepository, ChainService chainService, org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger) SystemService(org.qubership.integration.platform.catalog.persistence.configs.repository.system.SystemRepository systemRepository, org.qubership.integration.platform.catalog.service.ActionsLogService actionsLogger, org.qubership.integration.platform.catalog.persistence.configs.repository.system.IntegrationSystemLabelsRepository systemLabelsRepository, ChainService chainService) -
Uses of ChainService in org.qubership.integration.platform.runtime.catalog.service.deployment
Constructors in org.qubership.integration.platform.runtime.catalog.service.deployment with parameters of type ChainServiceModifierConstructorDescriptionDeploymentBuilderService(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 ChainService in org.qubership.integration.platform.runtime.catalog.service.diagnostic.validations.builtin
Constructors in org.qubership.integration.platform.runtime.catalog.service.diagnostic.validations.builtin with parameters of type ChainServiceModifierConstructorDescriptionExcessiveLoggingValidation(ChainService chainService, org.qubership.integration.platform.catalog.consul.ConsulService consulService) -
Uses of ChainService in org.qubership.integration.platform.runtime.catalog.service.exportimport
Constructors in org.qubership.integration.platform.runtime.catalog.service.exportimport with parameters of type ChainServiceModifierConstructorDescriptionChainImportService(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) ExportService(com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ChainService chainService, org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger) ImportService(ChainExternalEntityMapper chainExternalEntityMapper, com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger, List<ChainImportFileMigration> importFileMigrations, DeploymentService deploymentService, SnapshotService snapshotService, EngineService engineService, ChainService chainService, FolderService folderService, org.qubership.integration.platform.catalog.persistence.configs.repository.chain.ChainRepository chainRepository, ImportSessionService importProgressService, ChainImportService chainImportService, org.springframework.transaction.support.TransactionTemplate transactionTemplate) Deprecated. -
Uses of ChainService 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 ChainServiceModifierConstructorDescriptionImportInstructionsService(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)