com.raritantechnologies.searchApp.dataCollection
Interface IGatewayOutputProcessor

All Known Subinterfaces:
IDocumentKeywordProcessor
All Known Implementing Classes:
AbstractDocumentKeywordProcessor, AlertOutputProcessor, AutonomyClassifierOutputProcessor, AutonomyOutputProcessor, BIFOutputProcessor, BrowseListOutputProcessor, ClassifierUpdateProcessor, DatabaseOutputProcessor, DieselpointOutputProcessor, DispatchResultProcessor, DocumentClassifier, DocumentumOutputProcessor, EmailAlertProcessor, ExaleadOutputProcessor, FacetedResultSetProcessor, FastSearchOutputProcessor, FastSynonymsOutputProcessor, FileSystemOutputProcessor, FilteredOutputProcessor, FlatFileOutputProcessor, FormattingOutputProcessor, GatewayProcessorFilter, HTTPRestOutputProcessor, JCROutputProcessor, KeywordFieldsDocumentKeywordProcessor, LuceneOutputProcessor, MarkLogicOutputProcessor, ODKOutputProcessor, OmniFindOutputProcessor, ParametricIndexOutputProcessor, PICollectionOutputProcessor, ProfileNetOutputProcessor, RdfOwlOutputProcessor, RelatedDocumentProcessor, RelatedKeywordProcessor, ResultTypeTermProcessor, SecurityAccessModuleLoader, SequentialOutputProcessor, SequentialResultProcessor, SOLROutputProcessor, TaxDefGeneratorOutputProcessor, TermExtractorDocumentKeywordProcessor, ThesaurusOutputProcessor, TimeReportingOutputProcessor, TreeBuilderOutputProcessor, UIMACPEOutputProcessor, UltraseekOutputProcessor, WordAnalyzerOutputProcessor, WordCountDocKeywordProcessor

public interface IGatewayOutputProcessor

Base interface for objects that process ICollectionGateway results. Receives notification from VerityCollectionBuilder.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Method Summary
 void dataComplete()
          Data feed is complete.
 java.lang.String getConfigurationXML()
           
 void initialize(org.w3c.dom.Element outputProcElem, ISearchFieldMap sfMap)
          Initialize the GatewayOutputProcessor from XML Configuration Element.
 void initialize(java.util.Map initParameters)
          Used for dynamic initialization (connection, collection name, file name, etc.)
 java.lang.String processData(IResultSet data)
          returns name of XML File created/appended.
 

Method Detail

processData

public java.lang.String processData(IResultSet data)
returns name of XML File created/appended.


dataComplete

public void dataComplete()
Data feed is complete.


initialize

public void initialize(org.w3c.dom.Element outputProcElem,
                       ISearchFieldMap sfMap)
Initialize the GatewayOutputProcessor from XML Configuration Element.


initialize

public void initialize(java.util.Map initParameters)
Used for dynamic initialization (connection, collection name, file name, etc.)


getConfigurationXML

public java.lang.String getConfigurationXML()