| Constructor and Description |
|---|
SpringStorageWrapper() |
| Modifier and Type | Method and Description |
|---|---|
DigitalObject |
createObject(String oid) |
String |
getId() |
String |
getName() |
DigitalObject |
getObject(String oid) |
Set<String> |
getObjectIdList() |
PluginDescription |
getPluginDetails() |
void |
init(File jsonFile) |
void |
init(String jsonString) |
void |
removeObject(String oid) |
void |
shutdown() |
public PluginDescription getPluginDetails()
getPluginDetails in interface Pluginpublic void init(File jsonFile) throws PluginException
init in interface PluginPluginExceptionpublic void init(String jsonString) throws PluginException
init in interface PluginPluginExceptionpublic void shutdown()
throws PluginException
shutdown in interface PluginPluginExceptionpublic DigitalObject createObject(String oid) throws StorageException
createObject in interface StorageStorageExceptionpublic DigitalObject getObject(String oid) throws StorageException
getObject in interface StorageStorageExceptionpublic void removeObject(String oid) throws StorageException
removeObject in interface StorageStorageExceptionpublic Set<String> getObjectIdList()
getObjectIdList in interface StorageCopyright © 2009-2016. All Rights Reserved.