it.eng.spago.cms.exec
Class SetObjectImpl

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

public class SetObjectImpl
extends java.lang.Object

Implements methods that perform a set operation on the repository


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

Constructor Detail

SetObjectImpl

public SetObjectImpl()
Method Detail

execute

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

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