Uses of Class
org.qubership.integration.platform.variables.management.rest.v1.dto.variables.instructions.ImportInstructionsDTO
Packages that use ImportInstructionsDTO
Package
Description
-
Uses of ImportInstructionsDTO 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 ImportInstructionsDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ImportInstructionsDTO> ImportInstructionsController.filterImportInstructions(List<ImportInstructionsFilterRequest> filterRequests) org.springframework.http.ResponseEntity<ImportInstructionsDTO> ImportInstructionsController.getImportInstructions()org.springframework.http.ResponseEntity<ImportInstructionsDTO> ImportInstructionsController.searchImportInstructions(ImportInstructionsSearchRequest searchRequest) -
Uses of ImportInstructionsDTO in org.qubership.integration.platform.variables.management.service.exportimport.instructions.mapper
Methods in org.qubership.integration.platform.variables.management.service.exportimport.instructions.mapper that return ImportInstructionsDTOModifier and TypeMethodDescriptionImportInstructionsMapper.asDto(List<ImportInstruction> importInstructions)