Issue 12218

Create method to push a metadata document into the repository

12218
Reporter: mdoering
Assignee: mdoering
Type: NewFeature
Summary: Create method to push a metadata document into the repository
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2012-11-05 17:39:59.028
Updated: 2013-12-16 17:50:49.63
Resolved: 2012-11-09 00:22:28.295
        
Description: The registry webservices should expose a method to POST a complete metadata document such as an EML document into the metadata repository for both registered and external datasets, thereby also updating the stored dataset entry in the registry.

Methods envisioned:

DatasetService.setMetadata(String key, String doc);
MetadataService.set(UUID datasetKey, String doc);
MetadataService.set(UUID networkKey, String datasetKey, String doc);]]>
    


Author: mdoering@gbif.org
Created: 2012-11-09 00:22:28.326
Updated: 2012-11-09 00:22:28.326
        
http://code.google.com/p/gbif-registry/source/detail?r=3324
http://code.google.com/p/gbif-registry/source/detail?r=3325
http://code.google.com/p/gbif-registry/source/detail?r=3326