OSID Logo
OSID Specifications
personnel package
Version 3.1.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.TyperealmRecordType a realm record type
Returnosid.personnel.records.RealmSearchOrderRecord the realm search order record interface
ErrorsNULL_ARGUMENT realmRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(realmRecordType) is false
Compliancemandatory This method must be implemented.