|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.cms.exec.InProcessOperationExecutor
public class InProcessOperationExecutor
Implementation of the IExecutionService interface: implements all methods to perform different operations towards the jcr repository
Constructor Summary | |
---|---|
InProcessOperationExecutor()
|
Method Summary | |
---|---|
void |
doDeleteOperation(DeleteOperation delOp)
Execs a delete operation using a default user credentials |
void |
doDeleteOperation(DeleteOperation delOp,
java.lang.String name,
java.lang.String password)
Execs a delete operation using a specific user name and password |
CmsNode |
doGetOperation(GetOperation getOp)
Execs a Get operation using a default user credentials |
CmsNode |
doGetOperation(GetOperation getOp,
java.lang.String name,
java.lang.String password)
Execs a get operation using a specific user name and password |
void |
doRestoreOperation(RestoreOperation resOp)
Execs a restore operation using a default user credentials |
void |
doRestoreOperation(RestoreOperation resOp,
java.lang.String name,
java.lang.String password)
Execs a restore operation using a specific user name and password |
java.util.List |
doSearchOperation(SearchOperation searchOp)
Execs a Search operation using a default user credentials |
java.util.List |
doSearchOperation(SearchOperation searchOp,
java.lang.String name,
java.lang.String password)
Execs a search operation using a specific user name and password |
void |
doSetOperation(SetOperation setOp)
Execs a Set operation using a default user credentials |
void |
doSetOperation(SetOperation setOp,
java.lang.String name,
java.lang.String password)
Execs a Set operation using a specific user name and password |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InProcessOperationExecutor()
Method Detail |
---|
public CmsNode doGetOperation(GetOperation getOp) throws OperationExecutionException
getOp
- Configuration of the get operation
OperationExecutionException
- Throwing if an error occurs during the executionpublic CmsNode doGetOperation(GetOperation getOp, java.lang.String name, java.lang.String password) throws OperationExecutionException
getOp
- Configuration of the get operationuser
- User namepassword
- User Password
OperationExecutionException
- Throwing if an error occurs during the executionpublic void doSetOperation(SetOperation setOp) throws OperationExecutionException
setOp
- Configuration of the set operation
OperationExecutionException
- Throwing if an error occurs during the executionpublic void doSetOperation(SetOperation setOp, java.lang.String name, java.lang.String password) throws OperationExecutionException
setOp
- Configuration of the set operationuser
- User namepassword
- User Password
OperationExecutionException
- Throwing if an error occurs during the executionpublic void doDeleteOperation(DeleteOperation delOp) throws OperationExecutionException
delOp
- Configuration of the delete operation
OperationExecutionException
- Throwing if an error occurs during the executionpublic void doDeleteOperation(DeleteOperation delOp, java.lang.String name, java.lang.String password) throws OperationExecutionException
delOp
- Configuration of the delete operationuser
- User namepassword
- User Password
OperationExecutionException
- Throwing if an error occurs during the executionpublic void doRestoreOperation(RestoreOperation resOp) throws OperationExecutionException
restOp
- Configuration of the restore operation
OperationExecutionException
- Throwing if an error occurs during the executionpublic void doRestoreOperation(RestoreOperation resOp, java.lang.String name, java.lang.String password) throws OperationExecutionException
restOp
- Configuration of the restore operationuser
- User namepassword
- User Password
OperationExecutionException
- Throwing if an error occurs during the executionpublic java.util.List doSearchOperation(SearchOperation searchOp) throws OperationExecutionException
searchOp
- Configuration of the search operation
OperationExecutionException
- Throwing if an error occurs during the executionpublic java.util.List doSearchOperation(SearchOperation searchOp, java.lang.String name, java.lang.String password) throws OperationExecutionException
searchOp
- Configuration of the search operationuser
- User namepassword
- User Password
OperationExecutionException
- Throwing if an error occurs during the execution
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |