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