OSID Logo
OSID Specifications
room package
Version 3.0.0
Interfaceosid.room.CampusSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.room.CampusSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetCampusSearchOrderRecord
Description

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

Parametersosid.type.TypecampusRecordTypea campus record type
Returnosid.room.records.CampusSearchOrderRecordthe campus search order record
ErrorsNULL_ARGUMENTcampusRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(campusRecordType) is false
CompliancemandatoryThis method must be implemented.