Uses of Class
org.qubership.integration.platform.runtime.catalog.service.exportimport.SystemExportImportService
Packages that use SystemExportImportService
Package
Description
-
Uses of SystemExportImportService 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 SystemExportImportServiceModifierConstructorDescriptionSystemExportImportController(SystemExportImportService systemExportImportService) -
Uses of SystemExportImportService in org.qubership.integration.platform.runtime.catalog.service.exportimport
Constructors in org.qubership.integration.platform.runtime.catalog.service.exportimport with parameters of type SystemExportImportServiceModifierConstructorDescriptionGeneralImportService(CommonVariablesImportService commonVariablesImportService, SystemExportImportService systemExportImportService, ChainImportService chainImportService, ImportSessionService importSessionService, org.qubership.integration.platform.catalog.service.ActionsLogService actionsLogService, ImportInstructionsService importInstructionsService, org.qubership.integration.platform.catalog.mapping.exportimport.instructions.GeneralInstructionsMapper generalInstructionsMapper)