OSID Logo
OSID Specifications
installation package
Version 3.1.0
Interfaceosid.installation.InstallationPackageSearchResults
Implementsosid.OsidSearchResults
Used Byosid.installation.InstallationPackageSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetInstallationPackages
Description

Gets the package list resulting from the search.

Returnosid.installation.InstallationPackageList the package list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetInstallationPackageQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.installation.InstallationPackageQueryInspector the package query inspector
Compliancemandatory This method must be implemented.
MethodgetInstallationPackageSearchResultsRecord
Description

Gets the package search results 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.InstallationPackageSearchResultsRecord the package search results record
ErrorsNULL_ARGUMENT installationPackageSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(packageSearchRecordType) is false
Compliancemandatory This method must be implemented.