com.raritantechnologies.verity.profiler
Class QueryResultSetToProfileNetFilter

java.lang.Object
  extended bycom.raritantechnologies.verity.profiler.QueryResultSetToProfileNetFilter
All Implemented Interfaces:
IConfigurable, IQueryResultSetFilter

public class QueryResultSetToProfileNetFilter
extends java.lang.Object
implements IQueryResultSetFilter

Inserts a query into a ProfileNet.

XML Configuration Template:
  <QueryResultFilter class="com.raritantechnologies.verity.profiler.QueryResultSetToProfileNetFilter"
                        serverSpec="[K2 server spec]"
                        profileAlias="[profile net alias]"
                        profilerIDField="[name of query ID field in QueryResultBean]" >

    <QueryFormatter class="[Implementation class of IQueryFormatter]" >

    </QueryFormatter>

  </QueryResultFilter>
 

Developed by Raritan Technologies .

Author:
Ted Sullivan

Constructor Summary
QueryResultSetToProfileNetFilter()
           
 
Method Summary
 QueryResultBeanSet filterQueries(QueryResultBeanSet theSet)
          Filters a QueryResultBeanSet object.
 void initialize(org.w3c.dom.Element elem)
          Initializes the object from an XML tag or element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResultSetToProfileNetFilter

public QueryResultSetToProfileNetFilter()
Method Detail

filterQueries

public QueryResultBeanSet filterQueries(QueryResultBeanSet theSet)
Description copied from interface: IQueryResultSetFilter
Filters a QueryResultBeanSet object. Returns a filtered verion of the QueryResultBeanSet.

Specified by:
filterQueries in interface IQueryResultSetFilter

initialize

public void initialize(org.w3c.dom.Element elem)
Description copied from interface: IConfigurable
Initializes the object from an XML tag or element. This method is called by the Framework as part of the application initializtion. see ConfigurationManager, XMLConfigurationManager, XMLSearchFieldMapFactory, XMLSearchSourceFactory. Configurable objects that are owned or contained by other configurable objects will be initialized in by the parent object.

Specified by:
initialize in interface IConfigurable