Uses of Class
org.qubership.integration.platform.runtime.catalog.model.exportimport.chain.ImportChainResult
Packages that use ImportChainResult
Package
Description
-
Uses of ImportChainResult 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 ImportChainResultModifier and TypeMethodDescriptionImportChainsAndInstructionsResult.chainResults()Returns the value of thechainResultsrecord component.Constructor parameters in org.qubership.integration.platform.runtime.catalog.model.exportimport.chain with type arguments of type ImportChainResultModifierConstructorDescriptionImportChainsAndInstructionsResult(List<ImportChainResult> chainResults, List<ImportInstructionResult> instructionResults) Creates an instance of aImportChainsAndInstructionsResultrecord class. -
Uses of ImportChainResult in org.qubership.integration.platform.runtime.catalog.rest.v2.controller
Methods in org.qubership.integration.platform.runtime.catalog.rest.v2.controller that return types with arguments of type ImportChainResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ImportChainResult>> ImportControllerV2.getImportAsyncResult(String importId) Deprecated. -
Uses of ImportChainResult in org.qubership.integration.platform.runtime.catalog.service.exportimport
Methods in org.qubership.integration.platform.runtime.catalog.service.exportimport that return ImportChainResultModifier and TypeMethodDescriptionImportService.restoreChainFromDir(File chainFilesDir, List<ChainCommitRequest> commitRequests, Set<String> technicalLabels) Deprecated.ImportService.restoreChainFromYaml(String yaml, File chainFilesDir, List<ChainCommitRequest> commitRequests, Set<String> technicalLabels) Deprecated.ChainImportService.saveImportedChain(ChainExternalEntity chainExternalEntity, File chainFilesDir, Set<String> technicalLabels) Methods in org.qubership.integration.platform.runtime.catalog.service.exportimport that return types with arguments of type ImportChainResultModifier and TypeMethodDescriptionImportService.getImportAsyncResult(String importId) Deprecated.ChainImportService.restoreChainsFromDirBackward(File importDirectory, List<ChainCommitRequest> commitRequests, String importId, Set<String> technicalLabels) Deprecated.Methods in org.qubership.integration.platform.runtime.catalog.service.exportimport with parameters of type ImportChainResultModifier and TypeMethodDescriptionprotected ChainCommitDTOImportService.importToCommitDTOTransform(ImportChainResult importChainDTO, String archiveName) Deprecated.