org.exist.xupdate
Class Insert
java.lang.Object
org.exist.xupdate.Modification
org.exist.xupdate.Insert
- public class Insert
- extends Modification
Insert.java
- Author:
- Wolfgang Meier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
INSERT_BEFORE
public static final int INSERT_BEFORE
- See Also:
- Constant Field Values
INSERT_AFTER
public static final int INSERT_AFTER
- See Also:
- Constant Field Values
Insert
public Insert(BrokerPool pool,
User user,
DocumentSet docs,
java.lang.String selectStmt)
- Constructor for Insert.
- Parameters:
pool
- user
- selectStmt
-
Insert
public Insert(BrokerPool pool,
User user,
DocumentSet docs,
java.lang.String selectStmt,
int mode)
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.