it.eng.spago.cms.exec
Class SearchObjectImpl

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

public class SearchObjectImpl
extends java.lang.Object

Implements method to perform a search operation on the repository


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

Constructor Detail

SearchObjectImpl

public SearchObjectImpl()
Method Detail

execute

protected java.util.List execute(SourceBean operation,
                                 CMSConnection conn)
                          throws OperationExecutionException
Execs a search operation on the repository

Parameters:
operation, - SourceBean containing the operation configuration
conn, - Connection to the repository
Returns:
List list of the CmsNode returned by the inquiry
Throws:
EMFInternalError - thrown if an error occurs during the execution
OperationExecutionException