OSID Logo
OSID Specifications
installation package
Version 3.0.0
Release Candidate Preview
Interfaceosid.installation.InstallationSearchResults
Implementsosid.OsidSearchResults
Description

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

MethodgetInstallations
Description

Gets the installation list resulting from the search.

Returnosid.installation.InstallationListthe installation list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetInstallationQueryInspector
Description

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

Returnosid.installation.InstallationQueryInspectorthe installation query inspector
CompliancemandatoryThis 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.TypeinstallationSearchRecordTypean installation search record type
Returnosid.installation.records.InstallationSearchResultsRecordthe installation search results record
ErrorsNULL_ARGUMENT installationSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(installationSearchRecordType) is false
CompliancemandatoryThis method must be implemented.