Package | Description |
---|---|
de.espirit.firstspirit.access.packagepool | |
de.espirit.firstspirit.access.store |
Modifier and Type | Interface and Description |
---|---|
interface |
ContentPackage
The interface
ContentPackage represents a package which contains
content nodes. |
interface |
TemplatePackage
|
Modifier and Type | Method and Description |
---|---|
Package |
Subscription.getPackage()
Returns the package this subscription is belonging to
|
Package |
PackageManager.getPackageByName(String packageName)
Returns the
Package specified by the givenname or null if no package exists with thegiven name. |
Modifier and Type | Method and Description |
---|---|
Set<Package> |
PackageVersion.getDependentPackages()
Provides a set of all dependent packages of this version.
|
Collection<Package> |
PackageManager.getPackages()
Returns a read-only list of all
Package 's existing on the server. |
Collection<Package> |
PackageManager.getPackages(int packageType)
Returns a read-only list of all existing
Package 's of the given package type. |
Collection<Package> |
PackageManager.getPackages(Project masterProject)
Returns a read-only list of all existing
Package 's for which the given project is master project |
Modifier and Type | Method and Description |
---|---|
void |
PackageVersion.addDependentPackage(Package dependentPackage)
Adds a dependent package to this version.
|
Subscription |
PackageManager.getSubscription(Package pck,
Project project)
Returns the subscription instance for the given package and project, or
null if there is no subscription of this package in the provided project. |
Collection<Subscription> |
PackageManager.getSubscriptions(Package pck)
Returns a read-only list of all
Subscription 's which subscribe the given package. |
void |
PackageVersion.removeDependentPackage(Package packageToRemove)
Removes a dependent package from this version.
|
Modifier and Type | Method and Description |
---|---|
Package |
PackagePoolItem.getPackage()
Returns the
Package this item belongs to or null . |
Modifier and Type | Method and Description |
---|---|
void |
PackagePoolItem.addToPackage(Package pck)
Adds this node, all children and
referenced nodes which arePackagePoolItem s to the specified package. |
boolean |
PackagePoolItem.isAddable(Package pck) |
void |
PackagePoolItem.removeFromPackage(Package pck)
Removes this node, all children and
nodes referencing this nodes which are PackagePoolItems's from the specified package. |
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210