|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.searchApp.SearchSource
com.raritantechnologies.federated.FederatedSearchSource
Represents a set of search sources that wraps a PagingFederatedSearch query processor.
| Field Summary |
| Fields inherited from class com.raritantechnologies.searchApp.SearchSource |
ID_FIELD, IS_FEDERATED, NUMBER_OF_FIELDS, SECURE, SOURCE_NAME, SOURCE_TYPE, TITLE_FIELD, URL_FIELD |
| Fields inherited from interface com.raritantechnologies.federated.IFederatedSearchSource |
CONSTANT_RESULTS_PER_PAGE, CONSTANT_RESULTS_PER_SOURCE, INIT_REFRESH, NO_PAGING, PAGING_NOT_SET |
| Constructor Summary | |
FederatedSearchSource()
|
|
FederatedSearchSource(SourceLoginInfo[] sources)
|
|
| Method Summary | |
java.lang.String |
getName()
|
java.lang.Object |
getProperty(java.lang.String property)
returns a Source Property. |
IQueryProcessor |
getQueryProcessor()
returns the type of QueryProcessor that can access this SearchSource. |
java.lang.String[] |
getSourcePropertyNames()
Returns a list of Source type specific property names. |
SourceLoginInfo[] |
getSources()
|
void |
setPagingStyle(int pageStyle)
|
void |
setSources(SourceLoginInfo[] sources)
Sets the delegate search sources to be used in the Federated Search. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FederatedSearchSource()
public FederatedSearchSource(SourceLoginInfo[] sources)
| Method Detail |
public void setSources(SourceLoginInfo[] sources)
setSources in interface IFederatedSearchSourcepublic SourceLoginInfo[] getSources()
getSources in interface IFederatedSearchSourcepublic java.lang.String getName()
getName in class SearchSourcepublic IQueryProcessor getQueryProcessor()
SearchSource
getQueryProcessor in class SearchSourcepublic java.lang.String[] getSourcePropertyNames()
SearchSource
getSourcePropertyNames in class SearchSourcepublic java.lang.Object getProperty(java.lang.String property)
SearchSource
getProperty in class SearchSourcepublic void setPagingStyle(int pageStyle)
setPagingStyle in interface IFederatedSearchSource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||