OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.PoolProcessorEnablerSearch
Implementsosid.OsidSearch
Used Byosid.provisioning.rules.PoolProcessorEnablerSearchSession
Description

The search interface for governing pool processor enabler searches.

MethodsearchAmongPoolProcessorEnablers
Description

Execute this search among the given list of pool processor enablers.

Parametersosid.id.IdListpoolProcessorEnablerIds list of pool processor enablers
ErrorsNULL_ARGUMENT poolProcessorEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderPoolProcessorEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.provisioning.rules.PoolProcessorEnablerSearchOrderpoolProcessorEnablerSearchOrder pool processor enabler search order
ErrorsNULL_ARGUMENT poolProcessorEnablerSearchOrder is null
UNSUPPORTED poolProcessorEnablerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetPoolProcessorEnablerSearchRecord
Description

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

Parametersosid.type.TypepoolProcessorEnablerSearchRecordType a pool processor enabler search record type
Returnosid.provisioning.rules.records.PoolProcessorEnablerSearchRecord the pool processor enabler search record
ErrorsNULL_ARGUMENT poolProcessorEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(poolProcessorEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.