org.exist.xupdate
Class Update

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

public class Update
extends Modification


Field Summary
 
Fields inherited from class org.exist.xupdate.Modification
content, docs, pool, selectStmt, user
 
Constructor Summary
Update(BrokerPool pool, User user, DocumentSet docs, java.lang.String selectStmt)
           
 
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

Update

public Update(BrokerPool pool,
              User user,
              DocumentSet docs,
              java.lang.String selectStmt)
Parameters:
pool -
user -
selectStmt -
Method Detail

process

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

getName

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


Copyright (C) Wolfgang Meier. All rights reserved.