OSID Logo
OSID Specifications
profile rules package
Version 3.0.0
Interfaceosid.profile.rules.ProfileEntryEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.profile.rules.ProfileEntryEnablerSearchSession
osid.profile.rules.ProfileEntryEnablerSmartProfileSession
Description

An interface for specifying the ordering of search results.

MethodgetProfileEntryEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypeprofileEntryEnablerRecordTypea profile entry enabler record type
Returnosid.profile.rules.records.ProfileEntryEnablerSearchOrderRecordthe profile entry enabler search order record
ErrorsNULL_ARGUMENTprofileEntryEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(profileEntryEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.