Task #7142
Feature #6498: V2 Metacat MN and CN Support
Add code to read and store new system metadata fields - media type, media type properties and file name
Start date:
2015-06-01
Due date:
% Done:
100%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
Description
We need to add java code to read/write new system metadata fields - media type, media type properties and file name
History
#1 Updated by Jing Tao over 9 years ago
The read method is IdentifierManager.getInstance().getSystemMetadata(pid.getValue());
The write method is IdentifierManager.getInstance().insertOrUpdateSystemMetadata(sm);
#2 Updated by Jing Tao over 9 years ago
The class trunk/src/edu/ucsb/nceas/metacat/admin/upgrade/GenerateGlobalIdentifiers.java was modified.
#3 Updated by Jing Tao over 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- translation missing: en.field_remaining_hours set to 0.0
The write/read/delete of system metadata methods which interact with the database in IdentifierManager class were modified.