Project

General

Profile

« Previous | Next » 

Revision 600

Added by bojilova over 23 years ago

one more write() method was needed

View differences:

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