OSID Logo
OSID Specifications
personnel package
Version 3.0.0
Interfaceosid.personnel.RealmSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.personnel.RealmSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetRealmSearchOrderRecord
Description

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

Parametersosid.type.TyperealmRecordTypea realm record type
Returnosid.personnel.records.RealmSearchOrderRecordthe realm search order record interface
ErrorsNULL_ARGUMENTrealmRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(realmRecordType) is false
CompliancemandatoryThis method must be implemented.