Revision bfde40f9
Added by Patrick Plitzner over 6 years ago
cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/checklist/CsvExportController.java | ||
---|---|---|
91 | 91 |
@RequestMapping(value = { "exportRedlist" }, method = { RequestMethod.POST }) |
92 | 92 |
public void doExportRedlist( |
93 | 93 |
@RequestParam(value = "features", required = false) UuidList featureUuids, |
94 |
@RequestParam(value = "classification", required = false) String taxonNodeUuid,
|
|
94 |
@RequestParam(value = "taxonNode", required = false) String taxonNodeUuid,
|
|
95 | 95 |
@RequestParam(value = "area", required = false) UuidList areas, |
96 | 96 |
@RequestParam(value = "downloadTokenValueId", required = false) String downloadTokenValueId, |
97 | 97 |
HttpServletResponse response, |
Also available in: Unified diff
#5890 Rename classification parameters to taxon node