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?subtree= 
     * /classification/{uuid}/childNodesAt/{rankUuid}?subtree= 
 * ClassificationPortalListController 
     * /portal/classification/{treeUuid}/childNodes?subtree= 
     * /portal/classification/{treeUuid}/childNodesAt/{rankUuid}?subtree= 
 * TaxonListController 
     * /portal/taxon/search?subtree= 
     * /portal/taxon/find?subtree= 
     * /portal/taxon/findByDescriptionElementFullText?subtree= 
     * /portal/taxon/findByFullText?subtree= 
     * /portal/taxon/findByEverythingFullText?subtree= 
     * /portal/taxon/findByIdentifier?subtree= 
     * /portal/taxon/findByMarker?subtree= 
 * Not yet with filter in cdmlib-remote 
     * /portal/taxon/{uuid} 
     * /portal/taxon/{uuid}/taxonNodes 
     * /portal/classification/{uuid}/pathFrom/{uuid}/toRank/{uuid}    portal/taxon/{uuid}/taxonNodes 
   

Back