OSID Logo
OSID Specifications
profile package
Version 3.1.0
Interfaceosid.profile.ProfileItemSearchOrder
Implementsosid.OsidObjectSearchOrder
Used Byosid.profile.ProfileEntrySearchOrder
osid.profile.ProfileItemSearchSession
osid.profile.ProfileItemSmartProfileSession
Description

An interface for specifying the ordering of search results.

MethodgetProfileItemSearchOrderRecord
Description

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

Parametersosid.type.TypeprofileItemRecordType a profile item record type
Returnosid.profile.records.ProfileItemSearchOrderRecord the profile item search order record
ErrorsNULL_ARGUMENT profileItemRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(profileItemRecordType) is false
Compliancemandatory This method must be implemented.