com.raritantechnologies.verity.parametric
Class ParametricResultSet

java.lang.Object
  extended bycom.raritantechnologies.searchApp.BasicResultSet
      extended bycom.raritantechnologies.verity.parametric.ParametricResultSet
All Implemented Interfaces:
IResultSet, java.io.Serializable

public class ParametricResultSet
extends BasicResultSet
implements java.io.Serializable

Wraps a Verity Parametric Result Set as a Raritan IResultSet.

This is a dynamic result set: always queries the VParametric ParametricResult for Documents. Uses its ParametricSearchSource to get the fields that it needs to retrieve from VParametricSearch.


Developed by Raritan Technologies .

Author:
Ted Sullivan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.raritantechnologies.searchApp.BasicResultSet
attrMap, lastSorter, navigator, needsReSort, results
 
Fields inherited from interface com.raritantechnologies.searchApp.IResultSet
ELAPSEDTIME, PAGESIZE, QUERYSTRING, RESULTSETID, STARTDOC, TOTALDOCS
 
Constructor Summary
ParametricResultSet(ParametricResult paraResult, int startRec, int pageSize, ParametricSearchSource pss)
           
ParametricResultSet(ParametricResult paraResult, ParametricSearchSource pss)
           
 
Method Summary
 long getNumProcessed()
           
 
Methods inherited from class com.raritantechnologies.searchApp.BasicResultSet
addAttribute, addResult, getAttribute, getAttributes, getElapsedTime, getElapsedTimeMS, getEndDoc, getNavigator, getPageSize, getQueryString, getResult, getResults, getResults, getResultSetID, getStartDoc, getTotalDocs, getXML, getXML, getXML, setElapsedTimeMS, setNavigator, setPageSize, setQueryString, setResultSetID, setStartDoc, setTotalDocs, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParametricResultSet

public ParametricResultSet(ParametricResult paraResult,
                           ParametricSearchSource pss)

ParametricResultSet

public ParametricResultSet(ParametricResult paraResult,
                           int startRec,
                           int pageSize,
                           ParametricSearchSource pss)
Method Detail

getNumProcessed

public long getNumProcessed()