OSID Logo
OSID Specifications
installation package
Version 3.0.0
Release Candidate Preview
Interfaceosid.installation.SiteSearchOrder
Implementsosid.OsidObjectSearchOrder
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.TypesiteRecordTypea site record type
Returnosid.installation.records.SiteSearchOrderRecordthe site search order record
ErrorsNULL_ARGUMENT siteRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(siteRecordType) is false
CompliancemandatoryThis method must be implemented.