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 TypeMethodDescriptionvoidSubscriptionScheduler.download(Subscription subs, SubscriptionResult result) static intSubscriptionUtils.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 voidSubscriptionManagerImpl.addPrepareTrigger(byte[] hash, Subscription[] subs, SubscriptionResult[] results) voidSubscriptionSchedulerImpl.download(Subscription subs, SubscriptionResult original_result) protected voidSubscriptionManagerImpl.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 TypeMethodDescriptionvoidSubscriptionResultFilterable.updateFrom(SubscriptionResult other) private voidSubscriptionResultFilterable.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