com.raritantechnologies.searchApp
Interface IResultSetFilter

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
ClassifierWebServiceClient, FormattingResultSetFilter, GatewayFormatterFilter, MatcherResultSetFilter, MultiValueConsolidatorFilter, NestedResultClustererFilter, ResultMatcherFilter, SequentialResultSetFilter, SortingQueryProcessorFilter, UpdateVerityCacheResultFilter

public interface IResultSetFilter
extends IConfigurable

Base interface for objects that filter IResultSets.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Field Summary
static java.lang.String TEMPLATE
           
 
Method Summary
 IResultSet filterResultSet(java.lang.String sessionID, IResultSet data)
          Filter the IResultSet (somehow)
 void initialize(org.w3c.dom.Element configElem)
          Initialize the from XML Element.
 

Field Detail

TEMPLATE

public static final java.lang.String TEMPLATE
See Also:
Constant Field Values
Method Detail

filterResultSet

public IResultSet filterResultSet(java.lang.String sessionID,
                                  IResultSet data)
Filter the IResultSet (somehow)


initialize

public void initialize(org.w3c.dom.Element configElem)
Initialize the from XML Element.

Specified by:
initialize in interface IConfigurable