it.eng.spago.cms.exec
Class GetObjectImpl

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

public class GetObjectImpl
extends java.lang.Object

Implements method to perform a get operation into the repository


Constructor Summary
GetObjectImpl()
           
 
Method Summary
protected  CmsNode execute(SourceBean opConf, CMSConnection conn)
          Execs a get operation on a node of the repository and return an object containing all requested information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetObjectImpl

public GetObjectImpl()
Method Detail

execute

protected CmsNode execute(SourceBean opConf,
                          CMSConnection conn)
                   throws OperationExecutionException
Execs a get operation on a node of the repository and return an object containing all requested information.

Parameters:
opConf - SourceBean containing the operation descriptor
conn - Connection to the repository
Returns:
CmsNode object that models the requested node and contains all the requested information
Throws:
EMFInternalError - thrown if an error occurs during the execution
OperationExecutionException