OSID Logo
OSID Specifications
profile package
Version 3.0.0
Interfaceosid.profile.ProfileSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.profile.ProfileSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetProfileSearchOrderRecord
Description

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

Parametersosid.type.TypeprofileRecordTypea profile record type
Returnosid.profile.records.ProfileSearchOrderRecordthe profile search order record
ErrorsNULL_ARGUMENTprofileRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(profileRecordType) is false
CompliancemandatoryThis method must be implemented.