Revision 5967
Added by Chris Jones almost 14 years ago
src/edu/ucsb/nceas/metacat/MetacatHandler.java | ||
---|---|---|
3672 | 3672 |
* |
3673 | 3673 |
* @return sysMeta The desired SystemMetadata object |
3674 | 3674 |
*/ |
3675 |
public SystemMetadata getSystemMetadata(Identifier guid,
|
|
3675 |
private SystemMetadata getSystemMetadata(Identifier guid,
|
|
3676 | 3676 |
String user, String[] groups) |
3677 | 3677 |
throws McdbDocNotFoundException, InsufficientKarmaException, |
3678 | 3678 |
JiBXException, ParseLSIDException, PropertyNotFoundException, |
Also available in: Unified diff
For now, getSystemMetadata() will be private like the other *SystemMetadata() methods.