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