org.exist.xupdate
Class Append

java.lang.Object
  extended byorg.exist.xupdate.Modification
      extended byorg.exist.xupdate.Append

public class Append
extends Modification

Append.java

Author:
Wolfgang Meier

Field Summary
 
Fields inherited from class org.exist.xupdate.Modification
content, docs, pool, selectStmt, user
 
Constructor Summary
Append(BrokerPool pool, User user, DocumentSet docs, java.lang.String selectStmt)
          Constructor for Append.
 
Method Summary
 java.lang.String getName()
           
 long process()
           
 
Methods inherited from class org.exist.xupdate.Modification
select, setContent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Append

public Append(BrokerPool pool,
              User user,
              DocumentSet docs,
              java.lang.String selectStmt)
Constructor for Append.

Parameters:
selectStmt -
Method Detail

process

public long process()
             throws PermissionDeniedException,
                    EXistException
Specified by:
process in class Modification
Throws:
PermissionDeniedException
EXistException
See Also:
Modification.process()

getName

public java.lang.String getName()
Specified by:
getName in class Modification


Copyright (C) Wolfgang Meier. All rights reserved.