|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Package | |
---|---|
de.espirit.firstspirit.access.packagepool | |
de.espirit.firstspirit.access.store |
Uses of Package in de.espirit.firstspirit.access.packagepool |
---|
Subinterfaces of Package in de.espirit.firstspirit.access.packagepool | |
---|---|
interface |
ContentPackage
The interface ContentPackage represents a package which contains
content nodes. |
interface |
TemplatePackage
|
Methods in de.espirit.firstspirit.access.packagepool that return Package | |
---|---|
Package |
Subscription.getPackage()
Returns the package this subscription is belonging to |
Package |
PackageManager.getPackageByName(String packageName)
Returns the Package specified by the given
name or null if no package exists with the
given name. |
Methods in de.espirit.firstspirit.access.packagepool that return types with arguments of type Package | |
---|---|
Set<Package> |
PackageVersion.getDependentPackages()
|
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 |
Methods in de.espirit.firstspirit.access.packagepool with parameters of type Package | |
---|---|
void |
PackageVersion.addDependentPackage(Package dependentPackage)
|
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)
|
Uses of Package in de.espirit.firstspirit.access.store |
---|
Methods in de.espirit.firstspirit.access.store that return Package | |
---|---|
Package |
PackagePoolItem.getPackage()
Returns the Package this item belongs to or null . |
Methods in de.espirit.firstspirit.access.store with parameters of type Package | |
---|---|
void |
PackagePoolItem.addToPackage(Package pck)
Adds this node and all childs which are PackagePoolItem s to the specified package. |
boolean |
PackagePoolItem.isAddable(Package pck)
|
void |
PackagePoolItem.removeFromPackage(Package pck)
Removes this node and all childs which are PackagePoolItems's from the
given package. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |