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