Modified MetacatHandler, added three methods: getSystemMetadata() - returns a SystemMetadata object from the systemmetadata table using the given GUID. Stub only. updateSystemMetadata() - updates the systemmetadata table using the given SystemMetadata object. insertOrUpdateSystemMetadata() - Inserts or updates system metadata documents in Metacat. Note: This needs to be refactored out of MetacatHandler and into a utitlity when stream i/o in Metacat is evaluated.
Modified MetacatHandler, added three methods:
getSystemMetadata() - returns a SystemMetadata object from the systemmetadata table using the given GUID. Stub only.
updateSystemMetadata() - updates the systemmetadata table using the given SystemMetadata object.
insertOrUpdateSystemMetadata() - Inserts or updates system metadata documents in Metacat. Note: This needs to be refactored out of MetacatHandler and into a utitlity when stream i/o in Metacat is evaluated.