Uses of Class
org.qubership.integration.platform.runtime.catalog.model.exportimport.system.ImportSystemResult
Packages that use ImportSystemResult
Package
Description
-
Uses of ImportSystemResult in org.qubership.integration.platform.runtime.catalog.model.exportimport.chain
Methods in org.qubership.integration.platform.runtime.catalog.model.exportimport.chain that return types with arguments of type ImportSystemResultModifier and TypeMethodDescriptionImportSystemsAndInstructionsResult.importSystemResults()Returns the value of theimportSystemResultsrecord component.Constructor parameters in org.qubership.integration.platform.runtime.catalog.model.exportimport.chain with type arguments of type ImportSystemResultModifierConstructorDescriptionImportSystemsAndInstructionsResult(List<ImportSystemResult> importSystemResults, List<ImportInstructionResult> instructionResults) Creates an instance of aImportSystemsAndInstructionsResultrecord class. -
Uses of ImportSystemResult 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 ImportSystemResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ImportSystemResult>> SystemExportImportController.getSystemsImportPreview(org.springframework.web.multipart.MultipartFile file) org.springframework.http.ResponseEntity<List<ImportSystemResult>> SystemExportImportController.importSystems(org.springframework.web.multipart.MultipartFile file, List<String> systemIds, String deployLabel, String packageName, String packageVersion, String packagePartOf) -
Uses of ImportSystemResult in org.qubership.integration.platform.runtime.catalog.service.exportimport
Methods in org.qubership.integration.platform.runtime.catalog.service.exportimport that return ImportSystemResultModifier and TypeMethodDescriptionprotected ImportSystemResultSystemExportImportService.getSystemChanges(File mainSystemFile, org.qubership.integration.platform.catalog.model.exportimport.instructions.ImportInstructionsConfig instructionsConfig) protected ImportSystemResultSystemExportImportService.importOneSystemInTransaction(File mainServiceFile, String deployLabel, List<String> systemIds, Set<String> technicalLabels) Methods in org.qubership.integration.platform.runtime.catalog.service.exportimport that return types with arguments of type ImportSystemResultModifier and TypeMethodDescriptionSystemExportImportService.getSystemsImportPreview(File importDirectory, org.qubership.integration.platform.catalog.model.exportimport.instructions.ImportInstructionsConfig instructionsConfig) SystemExportImportService.getSystemsImportPreviewRequest(org.springframework.web.multipart.MultipartFile file) SystemExportImportService.importSystemRequest(org.springframework.web.multipart.MultipartFile importFile, List<String> systemIds, String deployLabel, Set<String> technicalLabels)