OSID Logo
OSID Specifications
installation package
Version 3.1.0
Interfaceosid.installation.InstallationPackageSearch
Implementsosid.OsidSearch
Used Byosid.installation.InstallationPackageSearchSession
Description

InstallationPackageSearch defines the interface for specifying package search options.

MethodsearchAmongInstallationPackages
Description

Execute this search among the given list of packages.

Parametersosid.id.IdListinstallationPackageIds list of packages
ErrorsNULL_ARGUMENT installationPackageIds is null
Compliancemandatory This method must be implemented.
MethodorderInstallationPackageResults
Description

Specify an ordering to the search results.

Parametersosid.installation.InstallationPackageSearchOrderinstallationPackageSearchOrder package search order
ErrorsNULL_ARGUMENT installationPackageSearchOrder is null
UNSUPPORTED installationPackageSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetInstallationPackageSearchRecord
Description

Gets the package search record corresponding to the given package search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypeinstallationPackageSearchRecordType a package search record type
Returnosid.installation.records.InstallationPackageSearchRecord the package search record
ErrorsNULL_ARGUMENT installationPackageSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(packageSearchRecordType) is false
Compliancemandatory This method must be implemented.