Uses of Class
com.biglybt.core.metasearch.Result
-
-
Uses of Result in com.biglybt.core.metasearch
Methods in com.biglybt.core.metasearch that return Result Modifier and Type Method Description Result[]
Engine. search(SearchParameter[] searchParameters, java.util.Map context, int desired_max_matches, int absolute_max_matches, java.lang.String headers, ResultListener listener)
Methods in com.biglybt.core.metasearch with parameters of type Result Modifier and Type Method Description void
ResultListener. resultsReceived(Engine engine, Result[] results)
-
Uses of Result in com.biglybt.core.metasearch.impl
Fields in com.biglybt.core.metasearch.impl declared as Result Modifier and Type Field Description private Result
MetaSearchManagerImpl.SearchObject.resultWrapper. result
Methods in com.biglybt.core.metasearch.impl that return Result Modifier and Type Method Description protected Result[]
EngineImpl. mapResults(Result[] results)
Result[]
EngineImpl. search(SearchParameter[] params, java.util.Map context, int desired_max_matches, int absolute_max_matches, java.lang.String headers, ResultListener listener)
protected Result[]
EngineImpl. searchAndMap(SearchParameter[] params, java.util.Map context, int desired_max_matches, int absolute_max_matches, java.lang.String headers, ResultListener listener)
protected abstract Result[]
EngineImpl. searchSupport(SearchParameter[] params, java.util.Map searchContext, int desired_max_matches, int absolute_max_matches, java.lang.String headers, ResultListener listener)
Methods in com.biglybt.core.metasearch.impl with parameters of type Result Modifier and Type Method Description protected Result[]
EngineImpl. mapResults(Result[] results)
void
FieldRemapper. remap(Result r)
void
MetaSearchManagerImpl.SearchObject. resultsReceived(Engine engine, Result[] results)
protected SearchResult[]
MetaSearchManagerImpl.SearchObject. wrapResults(Result[] res)
Constructors in com.biglybt.core.metasearch.impl with parameters of type Result Constructor Description resultWrapper(Result _result)
-
Uses of Result in com.biglybt.core.metasearch.impl.plugin
Subclasses of Result in com.biglybt.core.metasearch.impl.plugin Modifier and Type Class Description class
PluginResult
Methods in com.biglybt.core.metasearch.impl.plugin that return Result Modifier and Type Method Description protected Result[]
PluginEngine. searchSupport(SearchParameter[] params, java.util.Map searchContext, int desired_max_matches, int absolute_max_matches, java.lang.String headers, ResultListener listener)
-
Uses of Result in com.biglybt.core.metasearch.impl.web
Subclasses of Result in com.biglybt.core.metasearch.impl.web Modifier and Type Class Description class
WebResult
-
Uses of Result in com.biglybt.core.metasearch.impl.web.json
Methods in com.biglybt.core.metasearch.impl.web.json that return Result Modifier and Type Method Description protected Result[]
JSONEngine. searchSupport(SearchParameter[] searchParameters, java.util.Map searchContext, int desired_max_matches, int absolute_max_matches, java.lang.String headers, ResultListener listener)
-
Uses of Result in com.biglybt.core.metasearch.impl.web.regex
Methods in com.biglybt.core.metasearch.impl.web.regex that return Result Modifier and Type Method Description protected Result[]
RegexEngine. searchSupport(SearchParameter[] searchParameters, java.util.Map searchContext, int desired_max_matches, int o_absolute_max_matches, java.lang.String headers, ResultListener listener)
-
Uses of Result in com.biglybt.core.metasearch.impl.web.rss
Methods in com.biglybt.core.metasearch.impl.web.rss that return Result Modifier and Type Method Description protected Result[]
RSSEngine. searchSupport(SearchParameter[] searchParameters, java.util.Map searchContext, int desired_max_matches, int absolute_max_matches, java.lang.String headers, ResultListener listener)
-
Uses of Result in com.biglybt.core.subs.impl
Methods in com.biglybt.core.subs.impl that return Result Modifier and Type Method Description Result[]
SubscriptionResultFilterImpl. filter(Result[] results)
Methods in com.biglybt.core.subs.impl with parameters of type Result Modifier and Type Method Description Result[]
SubscriptionResultFilterImpl. filter(Result[] results)
Constructors in com.biglybt.core.subs.impl with parameters of type Result Constructor Description SubscriptionResultImpl(SubscriptionHistoryImpl _history, Result result)
-
Uses of Result in com.biglybt.ui.swt.search
Fields in com.biglybt.ui.swt.search declared as Result Modifier and Type Field Description private Result
SBC_SearchResult. result
Methods in com.biglybt.ui.swt.search with parameters of type Result Modifier and Type Method Description void
SBC_SearchResultsView.SearchInstance. resultsReceived(Engine engine, Result[] results)
Constructors in com.biglybt.ui.swt.search with parameters of type Result Constructor Description SBC_SearchResult(SBC_SearchResultsView _view, Engine _engine, Result _result)
-