OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.PoolEnablerSearch
Implementsosid.OsidSearch
Used Byosid.provisioning.rules.PoolEnablerSearchSession
Description

The search interface for governing pool enabler searches.

MethodsearchAmongPoolEnablers
Description

Execute this search among the given list of pool enablers.

Parametersosid.id.IdListpoolEnablerIdslist of pool enablers
ErrorsNULL_ARGUMENTpoolEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderPoolEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.provisioning.rules.PoolEnablerSearchOrderpoolEnablerSearchOrderpool enabler search order
ErrorsNULL_ARGUMENTpoolEnablerSearchOrder is null
UNSUPPORTEDpoolEnablerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetPoolEnablerSearchRecord
Description

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

Parametersosid.type.TypepoolEnablerSearchRecordTypea pool enabler search record type
Returnosid.provisioning.rules.records.PoolEnablerSearchRecordthe pool enabler search record
ErrorsNULL_ARGUMENTpoolEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(poolEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.