no.sesat.search.run.handler
Class CopySearchRunHandler
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopySearchRunHandler
public CopySearchRunHandler(RunHandlerConfig rhc)
handleRunningQuery
public void handleRunningQuery(RunHandler.Context context)
- Specified by:
handleRunningQuery in interface RunHandler
Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.