|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.xupdate.Modification
org.exist.xupdate.Remove
Remove.java
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 |
public Remove(BrokerPool pool, User user, DocumentSet docs, java.lang.String selectStmt)
pool
- user
- selectStmt
- Method Detail |
public long process() throws PermissionDeniedException, EXistException
process
in class Modification
PermissionDeniedException
EXistException
org.exist.xupdate.Modification#process(org.exist.dom.DocumentSet)
public java.lang.String getName()
getName
in class Modification
Modification.getName()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |