|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.archer.mde.MetadataStoreProviderImpl
public class MetadataStoreProviderImpl
UQ Metadata Store Provider Implementation.
| Constructor Summary | |
|---|---|
MetadataStoreProviderImpl()
|
|
| Method Summary | |
|---|---|
java.lang.String |
bind(org.w3c.dom.Document arg0)
Not yet implemented. |
DDMService |
getDdmService()
Get DDM service. |
static MetadataStoreProviderImpl |
getInstance()
Provider is implemented as a Singleton that persists records to a directory. |
java.io.File |
getRepositoryPath()
|
java.lang.String[] |
list()
Not yet implemented. |
org.w3c.dom.Document |
lookup(java.lang.String key)
Retrieve variable metadata for an entity. |
void |
rebind(org.w3c.dom.Document metarecord,
java.lang.String key)
Persist metadata. |
void |
remove(java.lang.String arg0)
Not yet implemented. |
void |
setDdmService(DDMService ddmService)
Set DDMService. |
void |
setRepositoryPath(java.io.File repositoryPath)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetadataStoreProviderImpl()
| Method Detail |
|---|
public void setDdmService(DDMService ddmService)
ddmService - ICATService object to set.public DDMService getDdmService()
public java.io.File getRepositoryPath()
public void setRepositoryPath(java.io.File repositoryPath)
repositoryPath - the repositoryPath to setpublic static final MetadataStoreProviderImpl getInstance()
public void rebind(org.w3c.dom.Document metarecord,
java.lang.String key)
throws au.edu.archer.metadata.spi.MetadataProviderException
rebind in interface au.edu.archer.metadata.spi.MetadataStoreProvidermetarecord - Document object.key - UQ MDE key.
au.edu.archer.metadata.spi.MetadataProviderException - if error occurs.
public org.w3c.dom.Document lookup(java.lang.String key)
throws au.edu.archer.metadata.spi.MetadataProviderException
lookup in interface au.edu.archer.metadata.spi.MetadataStoreProviderkey - Entity id.
au.edu.archer.metadata.spi.MetadataProviderException - if exception occurs.public java.lang.String[] list()
list in interface au.edu.archer.metadata.spi.MetadataStoreProvider
public java.lang.String bind(org.w3c.dom.Document arg0)
throws au.edu.archer.metadata.spi.MetadataProviderException
bind in interface au.edu.archer.metadata.spi.MetadataStoreProviderarg0 - Document.
au.edu.archer.metadata.spi.MetadataProviderException - if error occurs.
public void remove(java.lang.String arg0)
throws au.edu.archer.metadata.spi.MetadataProviderException
remove in interface au.edu.archer.metadata.spi.MetadataStoreProviderarg0 - String.
au.edu.archer.metadata.spi.MetadataProviderException - if error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||