Uses of Class
org.qubership.integration.platform.runtime.catalog.rest.v1.dto.exportimport.chain.ImportPreviewDTO
Packages that use ImportPreviewDTO
Package
Description
-
Uses of ImportPreviewDTO in org.qubership.integration.platform.runtime.catalog.rest.v1.controller
Methods in org.qubership.integration.platform.runtime.catalog.rest.v1.controller that return types with arguments of type ImportPreviewDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ImportPreviewDTO> ImportController.importFileAsPreview(org.springframework.web.multipart.MultipartFile file) Deprecated. -
Uses of ImportPreviewDTO in org.qubership.integration.platform.runtime.catalog.service.exportimport
Methods in org.qubership.integration.platform.runtime.catalog.service.exportimport that return ImportPreviewDTOModifier and TypeMethodDescriptionImportService.importFileAsPreview(org.springframework.web.multipart.MultipartFile file) Deprecated.ImportService.importZIPAsPreview(InputStream is) Deprecated.