Part of lp.soyuz.interfaces.webservice View In Hierarchy
Inherited from IPackagesetViewOnly:
| Method | sourcesIncluded | Get all source names associated with this package set. |
| Method | setsIncludedBy | Get all package sets that include this one. |
| Method | setsIncluded | Get all package sets that are included by this one. |
| Method | sourcesSharedBy | Get source package names also included by another package set. |
| Method | sourcesNotSharedBy | Get source package names not included by another package set. |
| Method | getSourcesIncluded | Get all source names associated with this package set. |
| Method | isSourceIncluded | Is this source package name included in this package set? |
| Method | getSourcesSharedBy | Get source package names also included by another package set. |
| Method | getSourcesNotSharedBy | Get source package names not included by another package set. |
| Method | relatedSets | Get all other package sets in this set's PackagesetGroup. |
Inherited from IHasOwner (via IPackagesetViewOnly):
| Attribute | owner | The object's owner, which is an IPerson. |
Inherited from IPackagesetEdit:
| Method | add | Add source package names or other package sets to this one. |
| Method | remove | Remove source package names or other package sets from this one. |
| Method | addSources | Add the named source packages to this package set. |
| Method | removeSources | Remove the named source packages from this package set. |
| Method | addSubsets | Add the named package sets as subsets to this package set. |
| Method | removeSubsets | Remove the named package subsets from this package set. |
| Method | destroySelf | Delete the package set. |