Uses of Class
org.qubership.integration.platform.runtime.catalog.service.exportimport.ImportService
Packages that use ImportService
Package
Description
-
Uses of ImportService 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 ImportServiceModifierConstructorDescriptionImportController(ImportService importService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Deprecated. -
Uses of ImportService in org.qubership.integration.platform.runtime.catalog.rest.v2.controller
Constructors in org.qubership.integration.platform.runtime.catalog.rest.v2.controller with parameters of type ImportServiceModifierConstructorDescriptionImportControllerV2(ImportService importService, ImportSessionService importProgressService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ImportChainAsyncMapper importChainAsyncMapper, ImportV2RedirectPathResolver importV2RedirectPathResolver) Deprecated.