OSID Logo
OSID Specifications
installation package
Version 3.1.0
Interfaceosid.installation.SiteSearchOrder
Implementsosid.OsidObjectSearchOrder
Used Byosid.installation.InstallationSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetSiteSearchOrderRecord
Description

Gets the site search order record corresponding to the given package record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypesiteRecordType a site record type
Returnosid.installation.records.SiteSearchOrderRecord the site search order record
ErrorsNULL_ARGUMENT siteRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(siteRecordType) is false
Compliancemandatory This method must be implemented.