OSID Logo
OSID Specifications
control package
Version 3.0.0
Release Candidate Preview
Interfaceosid.control.SystemSearchOrder
Implementsosid.OsidCatalogSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetSystemSearchOrderRecord
Description

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

Parametersosid.type.TypesystemRecordTypea system record type
Returnosid.control.records.SystemSearchOrderRecordthe system search order record
ErrorsNULL_ARGUMENT systemRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(systemRecordType) is false
CompliancemandatoryThis method must be implemented.