Uses of Class
org.qubership.integration.platform.runtime.catalog.model.exportimport.instructions.ImportInstructionResult
Packages that use ImportInstructionResult
Package
Description
-
Uses of ImportInstructionResult 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 ImportInstructionResultModifier and TypeMethodDescriptionImportChainsAndInstructionsResult.instructionResults()Returns the value of theinstructionResultsrecord component.ImportSystemsAndInstructionsResult.instructionResults()Returns the value of theinstructionResultsrecord component. -
Uses of ImportInstructionResult in org.qubership.integration.platform.runtime.catalog.model.exportimport.instructions
Methods in org.qubership.integration.platform.runtime.catalog.model.exportimport.instructions that return types with arguments of type ImportInstructionResultModifier and TypeMethodDescriptionChainsIgnoreOverrideResult.chainImportInstructionResults()Returns the value of thechainImportInstructionResultsrecord component.IgnoreResult.importInstructionResults()Returns the value of theimportInstructionResultsrecord component.Constructor parameters in org.qubership.integration.platform.runtime.catalog.model.exportimport.instructions with type arguments of type ImportInstructionResultModifierConstructorDescriptionChainsIgnoreOverrideResult(Map<String, ChainCommitRequestAction> chainsToImport, Map<String, String> overridesMapping, List<ImportInstructionResult> chainImportInstructionResults) Creates an instance of aChainsIgnoreOverrideResultrecord class.IgnoreResult(Set<String> idsToImport, List<ImportInstructionResult> importInstructionResults) Creates an instance of aIgnoreResultrecord class. -
Uses of ImportInstructionResult 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 ImportInstructionResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ImportInstructionResult>> ImportInstructionsController.uploadImportInstructionsConfig(org.springframework.web.multipart.MultipartFile file, Set<String> labels) -
Uses of ImportInstructionResult in org.qubership.integration.platform.runtime.catalog.service.exportimport
Methods in org.qubership.integration.platform.runtime.catalog.service.exportimport that return types with arguments of type ImportInstructionResultModifier and TypeMethodDescriptionCommonVariablesImportService.uploadCommonVariablesImportInstructions(String fileName, byte[] fileContent, Set<String> labels) -
Uses of ImportInstructionResult in org.qubership.integration.platform.runtime.catalog.service.exportimport.instructions
Methods in org.qubership.integration.platform.runtime.catalog.service.exportimport.instructions that return types with arguments of type ImportInstructionResultModifier and TypeMethodDescriptionImportInstructionsService.uploadImportInstructionsConfig(File file, Set<String> labels) ImportInstructionsService.uploadImportInstructionsConfig(org.springframework.web.multipart.MultipartFile file, Set<String> labels)