Uses of Interface
de.espirit.firstspirit.access.packagepool.Subscription
Packages that use Subscription
-
Uses of Subscription in de.espirit.firstspirit.access.packagepool
Methods in de.espirit.firstspirit.access.packagepool that return SubscriptionModifier and TypeMethodDescription@Nullable SubscriptionPackageManager.getSubscription(Package pck, Project project) Returns the subscription instance for the given package and project, ornullif there is no subscription of this package in the provided project.Package.subscribePackage(Project subscriber) Creates a newSubscriptionto this package from the givenProject.
TheSubscriptionis created with the defaultPublishGroup.Package.subscribePackage(Project subscriber, PublishGroup publishGroup) Methods in de.espirit.firstspirit.access.packagepool that return types with arguments of type SubscriptionModifier and TypeMethodDescriptionPackageManager.getSubscriptions()Returns a read-only list of allSubscription's existing on this server.PackageManager.getSubscriptions(Filter<Subscription> filter) Returns a read-only collection of allSubscription's which matches the given filter.PackageManager.getSubscriptions(Package pck) Returns a read-only list of allSubscription's which subscribe the given package.PublishGroup.getSubscriptions()Returns a list ofSubscription's which which are defined with this publish group.Methods in de.espirit.firstspirit.access.packagepool with parameters of type SubscriptionModifier and TypeMethodDescriptionPackageManager.getLogfiles(Subscription subscription) Returns a list of allimport logfilesexisting for the given subscription.Method parameters in de.espirit.firstspirit.access.packagepool with type arguments of type SubscriptionModifier and TypeMethodDescriptionPackageManager.getSubscriptions(Filter<Subscription> filter) Returns a read-only collection of allSubscription's which matches the given filter.