OSID Logo
OSID Specifications
profile rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.profile.rules.ProfileEntryEnablerSearch
Implementsosid.OsidSearch
Description

The search interface for governing profile entry enabler searches.

MethodsearchAmongProfileEntryEnablers
Description

Execute this search among the given list of profile entry enablers.

Parametersosid.id.IdListprofileEntryEnablerIdslist of profile entry enablers
ErrorsNULL_ARGUMENT profileEntryEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderProfileEntryEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.profile.rules.ProfileEntryEnablerSearchOrderprofileEntryEnablerSearchOrderprofile entry enabler search order
ErrorsNULL_ARGUMENT profileEntryEnablerSearchOrder is null
UNSUPPORTED profileEntryEnablerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetProfileEntryEnablerSearchRecord
Description

Gets the profile entry enabler search record corresponding to the given profile entry enabler search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypeprofileEntryEnablerSearchRecordTypea profile entry enabler search record type
Returnosid.profile.rules.records.ProfileEntryEnablerSearchRecordthe profile entry enabler search record
ErrorsNULL_ARGUMENT profileEntryEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(profileEntryEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.