Story #664
Implement CN_crud.resolve method
Start date:
Due date:
% Done:
100%
Story Points:
Sprint:
Description
(cn_api_crud.html#CN_crud.resolve)
Query metacat for objects of type systemmetadata where identifier = ID, then parse system metadata to extract object location (which MNs), construct response object and return to client
History
#1 Updated by Matthew Jones over 14 years ago
Note that no querying is necessary -- you should be able to just call Metacat's getSystemMetadata(Identifier) method to get the SystemMetadata object back, and then this java object should already have accessors for the replica locations.
#2 Updated by Rob Nahf over 14 years ago
implementation is working for xml data. Implementations for json and csv are roughed out, but not tested. The rest of the implementation will be under new tickets.
#3 Updated by Rob Nahf over 14 years ago
- Status changed from New to Closed