OSID Logo
OSID Specifications
profile rules package
Version 3.0.0
Interfaceosid.profile.rules.ProfileEntryEnablerSearch
Implementsosid.OsidSearch
Used Byosid.profile.rules.ProfileEntryEnablerSearchSession
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_ARGUMENTprofileEntryEnablerIds 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_ARGUMENTprofileEntryEnablerSearchOrder is null
UNSUPPORTEDprofileEntryEnablerSearchOrder 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_ARGUMENTprofileEntryEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(profileEntryEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.