From: Wolfgang M. M. <wol...@us...> - 2004-06-21 15:27:51
|
Update of /cvsroot/exist/eXist-1.0/src/org/exist/collections/triggers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16641/src/org/exist/collections/triggers Modified Files: Trigger.java Log Message: Added copyResource method to DBBroker. Index: Trigger.java =================================================================== RCS file: /cvsroot/exist/eXist-1.0/src/org/exist/collections/triggers/Trigger.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Trigger.java 16 Apr 2004 14:44:24 -0000 1.3 --- Trigger.java 21 Jun 2004 15:27:39 -0000 1.4 *************** *** 136,140 **** * @param broker the database instance used to process the current action. * @param documentName the name of the document currently processed (relative to the collection path). ! * @param existingDocument optional: if event is a {@link #UPDATE_DOCUMENT_EVENT UPDATE_DOCUMENT_EVENT}, * existingDocument will contain the Document object for the old document, which will be overwritten. Otherwise, the parameter * is null. --- 136,140 ---- * @param broker the database instance used to process the current action. * @param documentName the name of the document currently processed (relative to the collection path). ! * @param existingDocument optional: if event is a {@link #UPDATE_DOCUMENT_EVENT}, * existingDocument will contain the Document object for the old document, which will be overwritten. Otherwise, the parameter * is null. |