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