OSID Logo
OSID Specifications
installation package
Version 3.1.0
Interfaceosid.installation.InstallationSearchResults
Implementsosid.OsidSearchResults
Used Byosid.installation.InstallationSearchSession
Description

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

MethodgetInstallations
Description

Gets the installation list resulting from the search.

Returnosid.installation.InstallationList the installation list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetInstallationQueryInspector
Description

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

Returnosid.installation.InstallationQueryInspector the installation query inspector
Compliancemandatory This method must be implemented.
MethodgetInstallationSearchResultsRecord
Description

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

Parametersosid.type.TypeinstallationSearchRecordType an installation search record type
Returnosid.installation.records.InstallationSearchResultsRecord the installation search results record
ErrorsNULL_ARGUMENT installationSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(installationSearchRecordType) is false
Compliancemandatory This method must be implemented.