Uses of Class
org.qubership.integration.platform.runtime.catalog.service.SnapshotService
Packages that use SnapshotService
Package
Description
-
Uses of SnapshotService 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 SnapshotServiceModifierConstructorDescriptionMaintenanceController(SnapshotService snapshotService) SnapshotController(SnapshotService snapshotService, SnapshotMapper snapshotMapper) -
Uses of SnapshotService in org.qubership.integration.platform.runtime.catalog.service
Constructors in org.qubership.integration.platform.runtime.catalog.service with parameters of type SnapshotServiceModifierConstructorDescriptionChainRolesService(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) 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) -
Uses of SnapshotService in org.qubership.integration.platform.runtime.catalog.service.deployment
Constructors in org.qubership.integration.platform.runtime.catalog.service.deployment with parameters of type SnapshotServiceModifierConstructorDescriptionDeploymentBuilderService(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 SnapshotService in org.qubership.integration.platform.runtime.catalog.service.exportimport
Fields in org.qubership.integration.platform.runtime.catalog.service.exportimport declared as SnapshotServiceModifier and TypeFieldDescriptionprotected final SnapshotServiceImportService.snapshotServiceDeprecated.Constructors in org.qubership.integration.platform.runtime.catalog.service.exportimport with parameters of type SnapshotServiceModifierConstructorDescriptionChainImportService(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) 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.