it.eng.spago.cms.exec
Class DeleteObjectImpl

java.lang.Object
  extended by it.eng.spago.cms.exec.DeleteObjectImpl

public class DeleteObjectImpl
extends java.lang.Object

Implements method to perform a delete operation into the repository


Constructor Summary
DeleteObjectImpl()
           
 
Method Summary
protected  void execute(SourceBean opConf, CMSConnection conn)
          Execs the delete operation on the repository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteObjectImpl

public DeleteObjectImpl()
Method Detail

execute

protected void execute(SourceBean opConf,
                       CMSConnection conn)
                throws OperationExecutionException
Execs the delete operation on the repository

Parameters:
opConf, - SourceBean containing the operation configuration
conn, - Connection to the repository
Throws:
EMFInternalError - thrown if an error occurs during the execution
OperationExecutionException