|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.ucsb.nceas.metacat.RelationHandler
Constructor Summary | |
RelationHandler(java.lang.String docid,
java.sql.Connection conn)
Constructor for this class. |
Method Summary | |
void |
deleteRelations(java.lang.String docid)
Deletes all of the relations with a docid of 'docid'. |
java.lang.String |
getAccessFileID(java.lang.String docid)
Get the access file id for a package |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RelationHandler(java.lang.String docid, java.sql.Connection conn) throws McdbException, java.sql.SQLException, AccessionNumberException
docid
- the ID of the XML document to index.Method Detail |
public void deleteRelations(java.lang.String docid) throws java.sql.SQLException
docid
- the docid of the package which relations to delete.public java.lang.String getAccessFileID(java.lang.String docid) throws java.sql.SQLException
docid
- the document identifier of the package
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |