org.exist.xupdate
Class Remove

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

public class Remove
extends Modification

Remove.java

Author:
Wolfgang Meier

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

Remove

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

Parameters:
pool -
user -
selectStmt -
Method Detail

process

public long process()
             throws PermissionDeniedException,
                    EXistException
Specified by:
process in class Modification
Throws:
PermissionDeniedException
EXistException
See Also:
org.exist.xupdate.Modification#process(org.exist.dom.DocumentSet)

getName

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


Copyright (C) Wolfgang Meier. All rights reserved.