Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
CNodeService.java 21.5 KB 6254 almost 13 years Chris Jones At Ben's suggestion, add metacatUrl to D1NodeSe...
CrudService.java 71.1 KB 6108 almost 13 years ben leinfelder read and write D1 access policy rules from meta...
D1NodeService.java 34.9 KB 6257 almost 13 years Chris Jones Make isScienceMetadata() protected for access f...
HealthService.java 4.13 KB 5770 over 13 years berkley implemented health api
MNodeService.java 23.5 KB 6261 almost 13 years Chris Jones Add placeholder NotImplemented exceptions for g...
MetadataTypeRegister.java 2.83 KB 5549 over 13 years berkley commented out a println
ObjectFormatService.java 7.37 KB 6187 almost 13 years ben leinfelder implement object format methods - using a separ...
SystemMetadataManager.java 1.62 KB 6099 almost 13 years ben leinfelder -remove system metadata guid -> local id mappin...

Latest revisions

# Date Author Comment
6261 06/30/2011 06:39 AM Chris Jones

Add placeholder NotImplemented exceptions for getOperationsStatistics() and getCapabilities() in MNodeService.

6260 06/30/2011 06:13 AM Chris Jones

Implement MNCore.ping() by testing for a successful database connection.

6259 06/29/2011 11:16 PM Chris Jones

Minor housekeeping - tabs to spaces.

6258 06/29/2011 11:15 PM Chris Jones

Implement update() in MNodeService. Handle both XML science metadata updates and data object updates. Keep system metadata up to date, and log the update event.

6257 06/29/2011 09:41 PM Chris Jones

Make isScienceMetadata() protected for access from subclasses.

6256 06/29/2011 09:36 PM Chris Jones

Add insertSystemMetadata() to D1NodeService, wrap the exception handling from calls to IdentifierManager.

6255 06/29/2011 09:25 PM Chris Jones

Add updateSystemMetadata() to D1NodeService as a helper method to wrap the exception handling from calls to IdentifierManager.

6254 06/29/2011 05:50 PM Chris Jones

At Ben's suggestion, add metacatUrl to D1NodeService and make it available to subclasses. Set the metacatUrl in the constructor using SystemUtil rather than all roll your own PropertyService calls. More concise. Also, log the delete event in MNodeService.delete().

6251 06/29/2011 05:07 PM Chris Jones

throw NotAllowed in MNodeService.delete() when isAuthorized() returns false.

6250 06/29/2011 04:59 PM Chris Jones

Implement the MNStorage.delete() MNodeService. There is debate about what permissions are needed to 'delete' an object (archive it in metacat terms): D1 'WRITE' (metacat 'write') or D1 CHANGE_PERMISSION (metacat 'all'). For now we are using CHANGE_PERMISSION until it is ironed out.

View revisions

Also available in: Atom