Uses of Interface
de.espirit.firstspirit.access.packagepool.Subscription
-
Uses of Subscription in de.espirit.firstspirit.access.packagepool
Modifier and TypeMethodDescription@Nullable Subscription
PackageManager.getSubscription
(Package pck, Project project) Returns the subscription instance for the given package and project, ornull
if there is no subscription of this package in the provided project.Package.subscribePackage
(Project subscriber) Creates a newSubscription
to this package from the givenProject
.
TheSubscription
is created with the defaultPublishGroup
.Package.subscribePackage
(Project subscriber, PublishGroup publishGroup) Modifier 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.Modifier and TypeMethodDescriptionPackageManager.getLogfiles
(Subscription subscription) Returns a list of allimport logfiles
existing for the given subscription.Modifier and TypeMethodDescriptionPackageManager.getSubscriptions
(Filter<Subscription> filter) Returns a read-only collection of allSubscription
's which matches the given filter.