org.exist.xupdate
Class Rename
java.lang.Object
org.exist.xupdate.Modification
org.exist.xupdate.Rename
public class Rename
- extends Modification
Implements an XUpdate rename operation.
- Author:
- wolf
Rename
public Rename(DBBroker broker,
DocumentSet docs,
String selectStmt,
Map namespaces,
Map variables)
- Parameters:
broker
- docs
- namespaces
- variables
- selectStmt
-
process
public long process(Txn transaction)
throws PermissionDeniedException,
LockException,
EXistException,
XPathException
- Description copied from class:
Modification
- Process the modification. This is the main method that has to be implemented
by all subclasses.
- Specified by:
process
in class Modification
- Throws:
PermissionDeniedException
LockException
EXistException
XPathException
getName
public String getName()
- Specified by:
getName
in class Modification
Copyright (C) Wolfgang Meier. All rights reserved.