Project

General

Profile

bug #7759

Updated by Andreas Kohlbecker over 5 years ago

As fist step we need a simple subtreefilter field which takes the UUID of a TaxonNode.  

 This uuid is to be used as filter parameter for: 

 * ClassificationController 
     * /classification/{uuid}/childNodes?subtreeUuid= 
     * /classification/{uuid}/childNodesAt/{rankUuid}?subtreeUuid= 
 * ClassificationPortalListController 
     * /portal/classification/{treeUuid}/childNodes?subtreeUuid= 
     * /portal/classification/{treeUuid}/childNodesAt/{rankUuid}?subtreeUuid= 
 * TaxonListController 
     * /portal/taxon/search?subtreeUuid= 
     * /portal/taxon/find?subtreeUuid= 
     * /portal/taxon/findByDescriptionElementFullText?subtreeUuid= 
     * /portal/taxon/findByFullText?subtreeUuid= 
     * /portal/taxon/findByEverythingFullText?subtreeUuid= 
     * /portal/taxon/findByIdentifier?subtreeUuid= 
     * /portal/taxon/findByMarker?subtreeUuid= 
   

Back