Uses of Interface
de.espirit.firstspirit.access.packagepool.Package
Packages that use Package
-
Uses of Package in de.espirit.firstspirit.access.packagepool
Subinterfaces of Package in de.espirit.firstspirit.access.packagepoolModifier and TypeInterfaceDescriptioninterfaceThe interfaceContentPackagerepresents a package which contains content nodes.interfaceMethods in de.espirit.firstspirit.access.packagepool that return PackageModifier and TypeMethodDescriptionSubscription.getPackage()Returns the package this subscription is belonging to@Nullable PackagePackageManager.getPackageByName(String packageName) Returns thePackagespecified by the given name ornullif no package exists with the given name.Methods in de.espirit.firstspirit.access.packagepool that return types with arguments of type PackageModifier and TypeMethodDescriptionPackageVersion.getDependentPackages()Provides a set of all dependent packages of this version.PackageManager.getPackages()Returns a read-only list of allPackage's existing on the server.PackageManager.getPackages(int packageType) Returns a read-only list of all existingPackage's of the given package type.PackageManager.getPackages(Project masterProject) Returns a read-only list of all existingPackage's for which the given project is master projectMethods in de.espirit.firstspirit.access.packagepool with parameters of type PackageModifier and TypeMethodDescriptionvoidPackageVersion.addDependentPackage(Package dependentPackage) Adds a dependent package to this version.@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.PackageManager.getSubscriptions(Package pck) Returns a read-only list of allSubscription's which subscribe the given package.voidPackageVersion.removeDependentPackage(Package packageToRemove) Removes a dependent package from this version. -
Uses of Package in de.espirit.firstspirit.access.store
Methods in de.espirit.firstspirit.access.store that return PackageModifier and TypeMethodDescription@Nullable PackagePackagePoolItem.getPackage()Returns thePackagethis item belongs to ornull.Methods in de.espirit.firstspirit.access.store with parameters of type PackageModifier and TypeMethodDescriptionvoidPackagePoolItem.addToPackage(Package pck) Adds this node, all children andreferenced nodeswhich arePackagePoolItems to the specified package.booleanvoidPackagePoolItem.removeFromPackage(Package pck) Removes this node, all children andnodes referencing this nodeswhich arePackagePoolItems'sfrom the specified package.
This node needn't to belockedwhen calling this method.