OSID Logo
OSID Specifications
room package
Version 3.0.0
Release Candidate Preview
Interfaceosid.room.CampusSearchOrder
Implementsosid.OsidCatalogSearchOrder
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_ARGUMENT campusRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(campusRecordType) is false
CompliancemandatoryThis method must be implemented.