Uses of Interface
org.osid.installation.PackageList
Packages that use PackageList
Package
Description
The Open Service Interface Definitions for the org.osid.installation
service.
-
Uses of PackageList in org.osid.installation
Methods in org.osid.installation that return PackageListModifier and TypeMethodDescriptionInstallationUpdateSession.getCurrentPackages()Gets the packages to install to bring the site up to date.InstallationUpdateSession.getCurrentPackagesForInstallation(Id installationId) Gets the packages to install to bring the specified installation up to date.Package.getDependencies()Gets the packages on which this package directly depends.PackageLookupSession.getDependentPackages(Id packageId) Gets a list of packages depending on the given package.PackageLookupSession.getPackages()Gets allPackages.PackageSearchResults.getPackages()Gets the package list resulting from the search.PackageDepotSession.getPackagesByDepot(Id depotId) Gets the list ofPackagesassociated with aDepot.PackageDepotSession.getPackagesByDepots(IdList depotIds) Gets the list ofPackagescorresponding to a list ofDepots.PackageLookupSession.getPackagesByGenusType(Type packageGenusType) Gets aPackageListcorresponding to the given package genusTypewhich does not include packages of genus types derived from the specifiedType.PackageLookupSession.getPackagesByIds(IdList packageIds) Gets aPackageListcorresponding to the givenIdList.PackageLookupSession.getPackagesByParentGenusType(Type packageGenusType) Gets aPackageListcorresponding to the given package genusTypeand include any additional package with genus types derived from the specifiedType.PackageLookupSession.getPackagesByProvider(Id resourceId) Gets aPackageListfor the given provider.PackageQuerySession.getPackagesByQuery(PackageQuery packageQuery) Gets a list ofPackagesmatching the given package query.PackageLookupSession.getPackagesByRecordType(Type packageRecordType) Gets aPackageListcontaining the given package recordType.PackageLookupSession.getPackageVersions(Id packageId) Gets a list of packages in the specified package version chain.