Issue 13843
NodeService.endorsedDatasets() ignores
13843
Reporter: mdoering
Assignee: trobertson
Type: Feedback
Summary: NodeService.endorsedDatasets() ignores
Resolution: Fixed
Status: Closed
Created: 2013-09-12 15:41:19.058
Updated: 2013-09-12 17:33:54.121
Resolved: 2013-09-12 17:33:54.089
Description: The GBIF node shows datasets from publishers which have a relation to the node, but which are not actively endorsed. The underlying registry NodeService method seems to ignore the "active flag.
* Provides paging service to list datasets published, i.e. owned by organizations endorsed by the given node.
PagingResponse endorsedDatasets(@NotNull UUID nodeKey, @Nullable Pageable page);
}]]>