|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectokapi.coreobjects.OkapiMetadata
public class OkapiMetadata
Metadata object, general purpose, supporting Dublin Core and IMS LOM, but for now just manages a table of metadata tables, supporting local key/value pairs. Never implemented.
| Constructor Summary | |
|---|---|
OkapiMetadata(int metadataCode)
Return metadata object identified by this metadataCode |
|
OkapiMetadata(java.lang.String typeKey)
Create or return metadata object identified by this typeKey |
|
| Method Summary | |
|---|---|
protected int |
getMetadataCode()
Return metadataCode of this Metadata |
void |
refreshFromDB()
Refresh this object with the data currently stored in the DB. |
void |
setDataSource(javax.sql.DataSource dataSource)
Set the dataSource to be used for data access. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OkapiMetadata(java.lang.String typeKey)
public OkapiMetadata(int metadataCode)
| Method Detail |
|---|
protected int getMetadataCode()
public void refreshFromDB()
public void setDataSource(javax.sql.DataSource dataSource)
dataSource -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||