OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.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.IdListpoolEnablerIds list of pool enablers
ErrorsNULL_ARGUMENT poolEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderPoolEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.provisioning.rules.PoolEnablerSearchOrderpoolEnablerSearchOrder pool enabler search order
ErrorsNULL_ARGUMENT poolEnablerSearchOrder is null
UNSUPPORTED poolEnablerSearchOrder is not of this service
Compliancemandatory This 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.TypepoolEnablerSearchRecordType a pool enabler search record type
Returnosid.provisioning.rules.records.PoolEnablerSearchRecord the pool enabler search record
ErrorsNULL_ARGUMENT poolEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(poolEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.