OSID Logo
OSID Specifications
profile rules package
Version 3.1.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.IdListprofileEntryEnablerIds list of profile entry enablers
ErrorsNULL_ARGUMENT profileEntryEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderProfileEntryEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.profile.rules.ProfileEntryEnablerSearchOrderprofileEntryEnablerSearchOrder profile entry enabler search order
ErrorsNULL_ARGUMENT profileEntryEnablerSearchOrder is null
UNSUPPORTED profileEntryEnablerSearchOrder is not of this service
Compliancemandatory This 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.TypeprofileEntryEnablerSearchRecordType a profile entry enabler search record type
Returnosid.profile.rules.records.ProfileEntryEnablerSearchRecord the profile entry enabler search record
ErrorsNULL_ARGUMENT profileEntryEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(profileEntryEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.