|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExecutionService
Defines the methods to exec operation on the repository. SpagoCms configuration must contain the name of a class that implements this interface
Method Summary | |
---|---|
void |
doDeleteOperation(DeleteOperation delOp)
Execs a delete operation using a default user credentials |
void |
doDeleteOperation(DeleteOperation delOp,
java.lang.String userId,
java.lang.String password)
Execs a delete operation using a specific user name and password |
void |
doExportOperation(ExportOperation exportOp)
Execs an export operation using a default user credentials |
void |
doExportOperation(ExportOperation exportOp,
java.lang.String userId,
java.lang.String password)
Execs an export 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 userId,
java.lang.String password)
Execs a get operation using a specific user name and password |
void |
doImportOperation(ImportOperation importOp)
Execs an import operation using a default user credentials |
void |
doImportOperation(ImportOperation importOp,
java.lang.String userId,
java.lang.String password)
Execs an import operation using a specific user name and password |
void |
doRestoreOperation(RestoreOperation restOp)
Execs a restore operation using a default user credentials |
void |
doRestoreOperation(RestoreOperation restOp,
java.lang.String userId,
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 userId,
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 userId,
java.lang.String password)
Execs a Set operation using a specific user name and password |
void |
doVersionOperation(VersionOperation versionOp)
Execs a version operation using a default user credentials. |
void |
doVersionOperation(VersionOperation versionOp,
java.lang.String userId,
java.lang.String password)
Execs an version operation using a specific user name and password It means that the node relevant to the version operation is versioned only if it is versionable; if the node isn't versionable, an OperationExecutionException is thrown. |
Method Detail |
---|
void doSetOperation(SetOperation setOp) throws OperationExecutionException
setOp
- Configuration of the set operation
OperationExecutionException
- Throwing if an error occurs during the executionvoid doSetOperation(SetOperation setOp, java.lang.String userId, java.lang.String password) throws OperationExecutionException
setOp
- Configuration of the set operationuser
- User namepassword
- User Password
OperationExecutionException
- Throwing if an error occurs during the executionCmsNode doGetOperation(GetOperation getOp) throws OperationExecutionException
getOp
- Configuration of the get operation
OperationExecutionException
- Throwing if an error occurs during the executionCmsNode doGetOperation(GetOperation getOp, java.lang.String userId, java.lang.String password) throws OperationExecutionException
getOp
- Configuration of the get operationuser
- User namepassword
- User Password
OperationExecutionException
- Throwing if an error occurs during the executionvoid doRestoreOperation(RestoreOperation restOp) throws OperationExecutionException
restOp
- Configuration of the restore operation
OperationExecutionException
- Throwing if an error occurs during the executionvoid doRestoreOperation(RestoreOperation restOp, java.lang.String userId, java.lang.String password) throws OperationExecutionException
restOp
- Configuration of the restore operationuser
- User namepassword
- User Password
OperationExecutionException
- Throwing if an error occurs during the executionvoid doDeleteOperation(DeleteOperation delOp) throws OperationExecutionException
delOp
- Configuration of the delete operation
OperationExecutionException
- Throwing if an error occurs during the executionvoid doDeleteOperation(DeleteOperation delOp, java.lang.String userId, java.lang.String password) throws OperationExecutionException
delOp
- Configuration of the delete operationuser
- User namepassword
- User Password
OperationExecutionException
- Throwing if an error occurs during the executionjava.util.List doSearchOperation(SearchOperation searchOp) throws OperationExecutionException
searchOp
- Configuration of the search operation
OperationExecutionException
- Throwing if an error occurs during the executionjava.util.List doSearchOperation(SearchOperation searchOp, java.lang.String userId, java.lang.String password) throws OperationExecutionException
searchOp
- Configuration of the search operationuser
- User namepassword
- User Password
OperationExecutionException
- Throwing if an error occurs during the executionvoid doExportOperation(ExportOperation exportOp) throws OperationExecutionException
exportOp
- Configuration of the export operation
OperationExecutionException
- Throwing if an error occurs during the executionvoid doExportOperation(ExportOperation exportOp, java.lang.String userId, java.lang.String password) throws OperationExecutionException
exportOp
- Configuration of the export operationuser
- User namepassword
- User Password
OperationExecutionException
- Throwing if an error occurs during the executionvoid doImportOperation(ImportOperation importOp) throws OperationExecutionException
importOp
- Configuration of the import operation
OperationExecutionException
- Throwing if an error occurs during the executionvoid doImportOperation(ImportOperation importOp, java.lang.String userId, java.lang.String password) throws OperationExecutionException
importOp
- Configuration of the import operationuser
- User namepassword
- User Password
OperationExecutionException
- Throwing if an error occurs during the executionvoid doVersionOperation(VersionOperation versionOp) throws OperationExecutionException
versionOp
- Configuration of the version operation
OperationExecutionException
- Throwing if an error occurs during the executionvoid doVersionOperation(VersionOperation versionOp, java.lang.String userId, java.lang.String password) throws OperationExecutionException
versionOp
- Configuration of the version 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 |