|
||||||||
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.Append
Append.java
Field Summary |
Fields inherited from class org.exist.xupdate.Modification |
content, docs, pool, selectStmt, user |
Constructor Summary | |
Append(BrokerPool pool,
User user,
DocumentSet docs,
java.lang.String selectStmt)
Constructor for Append. |
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 Append(BrokerPool pool, User user, DocumentSet docs, java.lang.String selectStmt)
selectStmt
- Method Detail |
public long process() throws PermissionDeniedException, EXistException
process
in class Modification
PermissionDeniedException
EXistException
Modification.process()
public java.lang.String getName()
getName
in class Modification
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |