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