OSID Logo
OSID Specifications
profile package
Version 3.0.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.TypeprofileItemRecordTypea profile item record type
Returnosid.profile.records.ProfileItemSearchOrderRecordthe profile item search order record
ErrorsNULL_ARGUMENTprofileItemRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(profileItemRecordType) is false
CompliancemandatoryThis method must be implemented.