Uses of Class
org.qubership.integration.platform.variables.management.rest.v1.dto.variables.ImportVariableDTO
Packages that use ImportVariableDTO
Package
Description
-
Uses of ImportVariableDTO in org.qubership.integration.platform.variables.management.rest.v1.controller
Methods in org.qubership.integration.platform.variables.management.rest.v1.controller that return types with arguments of type ImportVariableDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ImportVariableDTO>> CommonVariablesController.importVariables(org.springframework.web.multipart.MultipartFile file, @Valid Set<@Pattern(regexp="^[-._a-zA-Z0-9]+$",message="does not match \"{regexp}\"") String> variablesNames) Deprecated. -
Uses of ImportVariableDTO in org.qubership.integration.platform.variables.management.rest.v1.mapper
Methods in org.qubership.integration.platform.variables.management.rest.v1.mapper with parameters of type ImportVariableDTOMethod parameters in org.qubership.integration.platform.variables.management.rest.v1.mapper with type arguments of type ImportVariableDTOModifier and TypeMethodDescriptionCommonVariablesMapper.importAsNames(List<ImportVariableDTO> variables) -
Uses of ImportVariableDTO in org.qubership.integration.platform.variables.management.service
Methods in org.qubership.integration.platform.variables.management.service that return types with arguments of type ImportVariableDTOModifier and TypeMethodDescriptionCommonVariablesService.addVariables(Map<String, String> variables, boolean importMode)