no.sesat.search.run.handler
Class CopySearchRunHandler

java.lang.Object
  extended by no.sesat.search.run.handler.CopySearchRunHandler
All Implemented Interfaces:
Serializable, RunHandler

public final class CopySearchRunHandler
extends Object
implements RunHandler

Copy a SearchDataObject (with a new name). The results is an instance of BasicResultList with the list re-constructed with BasicResultList's copy constructor, and each item re-constructed with BasicResultItem's copy constructor. Be warned as particular functionality belonging to an implementation of ResultList or ResultItem other than BasicResultList and BasicResultItem may be lost.

Version:
$Id: CopySearchRunHandler.java 7225 2009-04-09 00:32:20Z ssmiweve $
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface no.sesat.search.run.handler.RunHandler
RunHandler.Context
 
Constructor Summary
CopySearchRunHandler(RunHandlerConfig rhc)
           
 
Method Summary
 void handleRunningQuery(RunHandler.Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopySearchRunHandler

public CopySearchRunHandler(RunHandlerConfig rhc)
Method Detail

handleRunningQuery

public void handleRunningQuery(RunHandler.Context context)
Specified by:
handleRunningQuery in interface RunHandler


Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.