Uses of Class
com.biglybt.core.metasearch.Result
Packages that use Result
Package
Description
-
Uses of Result in com.biglybt.core.metasearch
Methods in com.biglybt.core.metasearch that return ResultModifier and TypeMethodDescriptionResult[]
Engine.search
(SearchParameter[] searchParameters, Map context, int desired_max_matches, int absolute_max_matches, String headers, ResultListener listener) Methods in com.biglybt.core.metasearch with parameters of type ResultModifier and TypeMethodDescriptionvoid
ResultListener.resultsReceived
(Engine engine, Result[] results) -
Uses of Result in com.biglybt.core.metasearch.impl
Fields in com.biglybt.core.metasearch.impl declared as ResultModifier and TypeFieldDescriptionprivate Result
MetaSearchManagerImpl.SearchObject.resultWrapper.result
Methods in com.biglybt.core.metasearch.impl that return ResultModifier and TypeMethodDescriptionprotected Result[]
EngineImpl.mapResults
(Result[] results) Result[]
EngineImpl.search
(SearchParameter[] params, Map context, int desired_max_matches, int absolute_max_matches, String headers, ResultListener listener) protected Result[]
EngineImpl.searchAndMap
(SearchParameter[] params, Map context, int desired_max_matches, int absolute_max_matches, String headers, ResultListener listener) protected abstract Result[]
EngineImpl.searchSupport
(SearchParameter[] params, Map searchContext, int desired_max_matches, int absolute_max_matches, String headers, ResultListener listener) Methods in com.biglybt.core.metasearch.impl with parameters of type ResultModifier and TypeMethodDescriptionprotected Result[]
EngineImpl.mapResults
(Result[] results) void
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 -
Uses of Result in com.biglybt.core.metasearch.impl.plugin
Subclasses of Result in com.biglybt.core.metasearch.impl.pluginMethods in com.biglybt.core.metasearch.impl.plugin that return ResultModifier and TypeMethodDescriptionprotected Result[]
PluginEngine.searchSupport
(SearchParameter[] params, Map searchContext, int desired_max_matches, int absolute_max_matches, String headers, ResultListener listener) -
Uses of Result in com.biglybt.core.metasearch.impl.web
Subclasses of Result in com.biglybt.core.metasearch.impl.web -
Uses of Result in com.biglybt.core.metasearch.impl.web.json
Methods in com.biglybt.core.metasearch.impl.web.json that return ResultModifier and TypeMethodDescriptionprotected Result[]
JSONEngine.searchSupport
(SearchParameter[] searchParameters, Map searchContext, int desired_max_matches, int absolute_max_matches, 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 ResultModifier and TypeMethodDescriptionprotected Result[]
RegexEngine.searchSupport
(SearchParameter[] searchParameters, Map searchContext, int desired_max_matches, int o_absolute_max_matches, 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 ResultModifier and TypeMethodDescriptionprotected Result[]
RSSEngine.searchSupport
(SearchParameter[] searchParameters, Map searchContext, int desired_max_matches, int absolute_max_matches, String headers, ResultListener listener) -
Uses of Result in com.biglybt.core.subs.impl
Methods in com.biglybt.core.subs.impl that return ResultMethods in com.biglybt.core.subs.impl with parameters of type ResultConstructors in com.biglybt.core.subs.impl with parameters of type ResultModifierConstructorDescriptionprotected
SubscriptionResultImpl
(SubscriptionHistoryImpl _history, Result result) -
Uses of Result in com.biglybt.ui.swt.search
Fields in com.biglybt.ui.swt.search declared as ResultMethods in com.biglybt.ui.swt.search with parameters of type ResultModifier and TypeMethodDescriptionvoid
SBC_SearchResultsView.SearchInstance.resultsReceived
(Engine engine, Result[] results) Constructors in com.biglybt.ui.swt.search with parameters of type ResultModifierConstructorDescriptionSBC_SearchResult
(SBC_SearchResultsView _view, Engine _engine, Result _result)