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