OSID Logo
OSID Specifications
installation package
Version 3.0.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.TypesiteRecordTypea site record type
Returnosid.installation.records.SiteSearchOrderRecordthe site search order record
ErrorsNULL_ARGUMENTsiteRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(siteRecordType) is false
CompliancemandatoryThis method must be implemented.