OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.PoolProcessorEnablerSearchResults
Implementsosid.OsidSearchResults
Used Byosid.provisioning.rules.PoolProcessorEnablerSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetPoolProcessorEnablers
Description

Gets the PoolProcessorEnablerList resulting from a search.

Returnosid.provisioning.rules.PoolProcessorEnablerList the pool processor enabler list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetPoolProcessorEnablerQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.provisioning.rules.PoolProcessorEnablerQueryInspector the pool processor enabler query inspector
Compliancemandatory This method must be implemented.
MethodgetPoolProcessorEnablerSearchResultsRecord
Description

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

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