public class StorageWrapperImpl extends Object implements com.googlecode.fascinator.api.storage.Storage
| Constructor and Description |
|---|
StorageWrapperImpl(com.googlecode.fascinator.api.storage.Storage storage,
org.apache.tapestry5.services.ApplicationStateManager asm) |
| Modifier and Type | Method and Description |
|---|---|
com.googlecode.fascinator.api.storage.DigitalObject |
createObject(String oid) |
String |
getId() |
String |
getName() |
com.googlecode.fascinator.api.storage.DigitalObject |
getObject(String oid) |
Set<String> |
getObjectIdList() |
com.googlecode.fascinator.api.PluginDescription |
getPluginDetails() |
void |
init(File jsonFile) |
void |
init(String jsonString) |
void |
removeObject(String oid) |
void |
shutdown() |
public StorageWrapperImpl(com.googlecode.fascinator.api.storage.Storage storage,
org.apache.tapestry5.services.ApplicationStateManager asm)
public com.googlecode.fascinator.api.storage.DigitalObject createObject(String oid) throws com.googlecode.fascinator.api.storage.StorageException
createObject in interface com.googlecode.fascinator.api.storage.Storagecom.googlecode.fascinator.api.storage.StorageExceptionpublic com.googlecode.fascinator.api.storage.DigitalObject getObject(String oid) throws com.googlecode.fascinator.api.storage.StorageException
getObject in interface com.googlecode.fascinator.api.storage.Storagecom.googlecode.fascinator.api.storage.StorageExceptionpublic Set<String> getObjectIdList()
getObjectIdList in interface com.googlecode.fascinator.api.storage.Storagepublic void removeObject(String oid) throws com.googlecode.fascinator.api.storage.StorageException
removeObject in interface com.googlecode.fascinator.api.storage.Storagecom.googlecode.fascinator.api.storage.StorageExceptionpublic String getId()
getId in interface com.googlecode.fascinator.api.Pluginpublic String getName()
getName in interface com.googlecode.fascinator.api.Pluginpublic com.googlecode.fascinator.api.PluginDescription getPluginDetails()
getPluginDetails in interface com.googlecode.fascinator.api.Pluginpublic void init(File jsonFile) throws com.googlecode.fascinator.api.PluginException
init in interface com.googlecode.fascinator.api.Plugincom.googlecode.fascinator.api.PluginExceptionpublic void init(String jsonString) throws com.googlecode.fascinator.api.PluginException
init in interface com.googlecode.fascinator.api.Plugincom.googlecode.fascinator.api.PluginExceptionpublic void shutdown()
throws com.googlecode.fascinator.api.PluginException
shutdown in interface com.googlecode.fascinator.api.Plugincom.googlecode.fascinator.api.PluginExceptionCopyright © 2009-2016. All Rights Reserved.