OSID Logo
OSID Specifications
room package
Version 3.1.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.TypecampusRecordType a campus record type
Returnosid.room.records.CampusSearchOrderRecord the campus search order record
ErrorsNULL_ARGUMENT campusRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(campusRecordType) is false
Compliancemandatory This method must be implemented.