org.exist.xupdate
Class Rename

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

public class Rename
extends Modification


Field Summary
 
Fields inherited from class org.exist.xupdate.Modification
content, docs, pool, selectStmt, user
 
Constructor Summary
Rename(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

Rename

public Rename(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.