Uses of Interface
org.osid.installation.InstallationList
Packages that use InstallationList
Package
Description
The Open Service Interface Definitions for the org.osid.installation
service.
-
Uses of InstallationList in org.osid.installation
Methods in org.osid.installation that return InstallationListModifier and TypeMethodDescriptionInstallationLookupSession.getInstallations()Gets allInstallations.InstallationSearchResults.getInstallations()Gets the installation list resulting from the search.InstallationLookupSession.getInstallationsByGenusType(Type installationGenusType) Gets anInstallationListcorresponding to the given installation genusTypewhich does not include installations of genus types derived from the specifiedType.InstallationLookupSession.getInstallationsByIds(IdList installationIds) Gets anInstallationListcorresponding to the givenIdList.InstallationLookupSession.getInstallationsByPackage(Id packageId) Gets anInstallationListcorresponding to the givenPackage.InstallationLookupSession.getInstallationsByParentGenusType(Type installationGenusType) Gets anInstallationListcorresponding to the given installation genusTypeand include any additional installations with genus types derived from the specifiedType.InstallationQuerySession.getInstallationsByQuery(InstallationQuery installationQuery) Gets a list ofInstallationsmatching the given installation query.InstallationLookupSession.getInstallationsByRecordType(Type installationRecordType) Gets anInstallationListcontaining the given installation recordType.InstallationUpdateSession.getInstallationsToUpdate()Gets a list of installations requiring update.InstallationUpdateSession.getObsoleteInstallations()Gets the installations whose packages are obsolete.