Uses of Interface
org.osid.installation.InstallationPackageList
Packages that use InstallationPackageList
Package
Description
The Open Service Interface Definitions for the org.osid.installation
service.
-
Uses of InstallationPackageList in org.osid.installation
Methods in org.osid.installation that return InstallationPackageListModifier and TypeMethodDescriptionInstallationUpdateSession.getCurrentInstallationPackages()Gets the packages to install to bring the site up to date.InstallationUpdateSession.getCurrentInstallationPackagesForInstallation(Id installationId) Gets the packages to install to bring the specified installation up to date.InstallationPackage.getDependencies()Gets the packages on which this package directly depends.InstallationPackageLookupSession.getDependentInstallationPackages(Id installationPackageId) Gets a list of packages depending on the given package.InstallationPackageLookupSession.getInstallationPackages()Gets allInstallationPackages.InstallationPackageSearchResults.getInstallationPackages()Gets the package list resulting from the search.InstallationPackageDepotSession.getInstallationPackagesByDepot(Id depotId) Gets the list ofInstallationPackagesassociated with aDepot.InstallationPackageDepotSession.getInstallationPackagesByDepots(IdList depotIds) Gets the list ofInstallationPackagescorresponding to a list ofDepots.InstallationPackageLookupSession.getInstallationPackagesByGenusType(Type installationPackageGenusType) Gets aInstallationPackageListcorresponding to the given package genusTypewhich does not include packages of genus types derived from the specifiedType.InstallationPackageLookupSession.getInstallationPackagesByIds(IdList installationPackageIds) Gets aInstallationPackageListcorresponding to the givenIdList.InstallationPackageLookupSession.getInstallationPackagesByParentGenusType(Type installationPackageGenusType) Gets aInstallationPackageListcorresponding to the given package genusTypeand include any additional package with genus types derived from the specifiedType.InstallationPackageLookupSession.getInstallationPackagesByProvider(Id resourceId) Gets aInstallationPackageListfor the given provider.InstallationPackageQuerySession.getInstallationPackagesByQuery(InstallationPackageQuery installationPackageQuery) Gets a list ofInstallationPackagesmatching the given package query.InstallationPackageLookupSession.getInstallationPackagesByRecordType(Type installationPackageRecordType) Gets aInstallationPackageListcontaining the given package recordType.InstallationPackageLookupSession.getInstallationPackageVersions(Id installationPackageId) Gets a list of packages in the specified package version chain.