X-Git-Url: https://dev.e-taxonomy.eu/gitweb/cdmlib.git/blobdiff_plain/baabdf39de2912e8a2332e3ae453291e5ba956a3..bfda0eba8f79635f83d9a96abe98a1e1977a7cec:/cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/TaxonListController.java diff --git a/cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/TaxonListController.java b/cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/TaxonListController.java index b6800044f5..353ac73998 100644 --- a/cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/TaxonListController.java +++ b/cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/TaxonListController.java @@ -130,8 +130,8 @@ public class TaxonListController extends IdentifiableListControllerrequired parameter - * @param treeUuid - * the {@link UUID} of a {@link Classification} to which the + * @param classificationNodeUuid + * the {@link UUID} of the root node of a {@link Classification} to which the * search is to be restricted. - optional parameter * @param areas * restrict the search to a set of geographic {@link NamedArea}s. @@ -158,7 +158,7 @@ public class TaxonListController extends IdentifiableListController> doSearch( @RequestParam(value = "query", required = true) String query, - @RequestParam(value = "tree", required = false) UUID treeUuid, + @RequestParam(value = "classificationNodeUuid", required = false) UUID classificationNodeUuid, @RequestParam(value = "area", required = false) DefinedTermBaseList areaList, @RequestParam(value = "status", required = false) Set status, @RequestParam(value = "pageNumber", required = false) Integer pageNumber, @@ -201,8 +201,11 @@ public class TaxonListController extends IdentifiableListController