Revision 600
Added by bojilova almost 24 years ago
src/edu/ucsb/nceas/metacat/DocumentImpl.java | ||
---|---|---|
694 | 694 |
return write(conn,xml,acl,null,action,docid,user,group,serverCode,false); |
695 | 695 |
} |
696 | 696 |
|
697 |
public static String write( Connection conn,Reader xml,Reader acl, |
|
698 |
String action, String docid, String user, |
|
699 |
String group, int serverCode, boolean override) |
|
700 |
throws Exception |
|
701 |
{ |
|
702 |
return write(conn,xml,acl,null,action,docid,user,group,serverCode,override); |
|
703 |
} |
|
704 |
|
|
697 | 705 |
/** |
698 | 706 |
* Write an XML file to the database, given a Reader |
699 | 707 |
* |
Also available in: Unified diff
one more write() method was needed