|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.searchApp.query.filters.QueryResultMatcherFilter
Filters QueryResultBeanSets
based on the IResultSet of each
QueryResultBean using a nested
IResultMatcher.
Finds queries that produce results of certain type.
XML Configuration Template:
<QueryResultFilter class="com.raritantechnologies.searchApp.query.filters.QueryResultMatcherFilter"
matchIf="all/any" >
<ResultMatcher class="[some IResultMatcher class]" >
</ResultMatcher>
</QueryResultFilter>
| Constructor Summary | |
QueryResultMatcherFilter()
|
|
| 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 |
public QueryResultMatcherFilter()
| Method Detail |
public void initialize(org.w3c.dom.Element elem)
IConfigurable
initialize in interface IConfigurablepublic QueryResultBeanSet filterQueries(QueryResultBeanSet theSet)
IQueryResultSetFilter
filterQueries in interface IQueryResultSetFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||