Uses of Class
org.qubership.integration.platform.runtime.catalog.rest.v1.dto.exportimport.chain.ImportDTO
Packages that use ImportDTO
Package
Description
-
Uses of ImportDTO 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 ImportDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ImportDTO> ImportController.importFile(org.springframework.web.multipart.MultipartFile file, String chainCommitRequests, List<String> technicalLabels, String packageName, String packageVersion, String packagePartOf) Deprecated. -
Uses of ImportDTO in org.qubership.integration.platform.runtime.catalog.service.exportimport
Methods in org.qubership.integration.platform.runtime.catalog.service.exportimport that return ImportDTOModifier and TypeMethodDescriptionImportService.importFile(org.springframework.web.multipart.MultipartFile file, List<ChainCommitRequest> commitRequests, Set<String> technicalLabels) Deprecated.