Uses of Interface
com.biglybt.core.subs.SubscriptionResult
-
Packages that use SubscriptionResult Package Description com.biglybt.core.subs com.biglybt.core.subs.impl com.biglybt.core.subs.util com.biglybt.ui.console.commands -
-
Uses of SubscriptionResult in com.biglybt.core.subs
Methods in com.biglybt.core.subs that return SubscriptionResult Modifier and Type Method Description SubscriptionResult
SubscriptionHistory. getResult(java.lang.String result_id)
SubscriptionResult[]
Subscription. getResults(boolean include_deleted)
shortcut to help plugin interfaceSubscriptionResult[]
SubscriptionHistory. getResults(boolean include_deleted)
Methods in com.biglybt.core.subs with parameters of type SubscriptionResult Modifier and Type Method Description void
SubscriptionScheduler. download(Subscription subs, SubscriptionResult result)
-
Uses of SubscriptionResult in com.biglybt.core.subs.impl
Classes in com.biglybt.core.subs.impl that implement SubscriptionResult Modifier and Type Class Description class
SubscriptionResultImpl
Methods in com.biglybt.core.subs.impl that return SubscriptionResult Modifier and Type Method Description SubscriptionResult
SubscriptionHistoryImpl. getResult(java.lang.String result_id)
SubscriptionResult[]
SubscriptionHistoryImpl. getResults(boolean include_deleted)
SubscriptionResult[]
SubscriptionImpl. getResults(boolean include_deleted)
Methods in com.biglybt.core.subs.impl that return types with arguments of type SubscriptionResult Modifier and Type Method Description private java.util.List<SubscriptionResult>
SubscriptionManagerImpl. matchSubscriptionResults(SubscriptionManagerImpl.searchMatcher matcher)
Methods in com.biglybt.core.subs.impl with parameters of type SubscriptionResult Modifier and Type Method Description protected void
SubscriptionManagerImpl. addPrepareTrigger(byte[] hash, Subscription[] subs, SubscriptionResult[] results)
void
SubscriptionSchedulerImpl. download(Subscription subs, SubscriptionResult original_result)
protected void
SubscriptionManagerImpl. prepareDownload(Download download, Subscription[] subscriptions, SubscriptionResult[] results)
-
Uses of SubscriptionResult in com.biglybt.core.subs.util
Methods in com.biglybt.core.subs.util with parameters of type SubscriptionResult Modifier and Type Method Description void
SubscriptionResultFilterable. updateFrom(SubscriptionResult other)
private void
SubscriptionResultFilterable. updateMutables(SubscriptionResult _result, java.util.Map<java.lang.Integer,java.lang.Object> properties)
Constructors in com.biglybt.core.subs.util with parameters of type SubscriptionResult Constructor Description SubscriptionResultFilterable(Subscription _subs, SubscriptionResult _result)
-
Uses of SubscriptionResult in com.biglybt.ui.console.commands
Fields in com.biglybt.ui.console.commands with type parameters of type SubscriptionResult Modifier and Type Field Description private java.util.List<SubscriptionResult>
Subscriptions. current_results
-