Issue 13665
Return list of active country nodes, not all country nodes
13665
Reporter: mdoering
Assignee: mdoering
Type: Improvement
Summary: Return list of active country nodes, not all country nodes
Priority: Critical
Resolution: Fixed
Status: Closed
Created: 2013-08-28 14:12:52.029
Updated: 2013-12-16 17:50:46.13
Resolved: 2013-09-05 15:16:23.965
Description: The API method needs changed and implemented in registry to return only active country nodes, i.e with participation status VOTING or ASSOCIATE:
{noformat}
NodeService.java
/**
* Returns a list of all countries which do have a current GBIF node, i.e. their participation status is either voting or associate.
*
* @return list of distinct countries having a current GBIF node
*/
List listCurrentNodeCountries();
{noformat}]]>
Author: mdoering@gbif.org
Comment: https://code.google.com/p/gbif-common-resources/source/detail?r=1678
Created: 2013-09-05 15:16:23.999
Updated: 2013-09-05 15:16:23.999