Uses of Interface
com.biglybt.core.subs.SubscriptionResult
Packages that use SubscriptionResult
Package
Description
-
Uses of SubscriptionResult in com.biglybt.core.subs
Methods in com.biglybt.core.subs that return SubscriptionResultModifier and TypeMethodDescriptionSubscription.getResults
(boolean include_deleted) shortcut to help plugin interfaceSubscriptionHistory.getResults
(boolean include_deleted) Methods in com.biglybt.core.subs with parameters of type SubscriptionResultModifier and TypeMethodDescriptionvoid
SubscriptionScheduler.download
(Subscription subs, SubscriptionResult result) static int
SubscriptionUtils.getHashStatus
(SubscriptionResult result) -
Uses of SubscriptionResult in com.biglybt.core.subs.impl
Classes in com.biglybt.core.subs.impl that implement SubscriptionResultMethods in com.biglybt.core.subs.impl that return SubscriptionResultModifier and TypeMethodDescriptionSubscriptionHistoryImpl.getResults
(boolean include_deleted) SubscriptionImpl.getResults
(boolean include_deleted) Methods in com.biglybt.core.subs.impl that return types with arguments of type SubscriptionResultModifier and TypeMethodDescriptionprivate List<SubscriptionResult>
SubscriptionManagerImpl.matchSubscriptionResults
(SearchMatcher matcher) Methods in com.biglybt.core.subs.impl with parameters of type SubscriptionResultModifier and TypeMethodDescriptionprotected 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 SubscriptionResultModifier and TypeMethodDescriptionvoid
SubscriptionResultFilterable.updateFrom
(SubscriptionResult other) private void
SubscriptionResultFilterable.updateMutables
(SubscriptionResult _result, Map<Integer, Object> properties) Constructors in com.biglybt.core.subs.util with parameters of type SubscriptionResultModifierConstructorDescriptionSubscriptionResultFilterable
(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