com.raritantechnologies.rql.topic
Interface ITopicSetBuilder

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
CollectionGatewayTopicSetBuilder, FlatFileTopicSetBuilder, OTLTopicSetBuilder, QueryResultReaderTopicSetBuilder, QueryRulesTopicSetBuilder, QueryTopicSetBuilder, RQLMapTopicBuilder, SevCommandTopicSetBuilder, TopicSetBuilder, TreeTopicSetBuilder, XMLTopicBuilder, XQueryTopicBuilder

public interface ITopicSetBuilder
extends IConfigurable

Base interface for objects that create a TopicSet object.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Method Summary
 TopicSet buildTopicSet(RaritanPageContext pageContext)
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

buildTopicSet

public TopicSet buildTopicSet(RaritanPageContext pageContext)