OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.PoolEnablerSearchResults
Implementsosid.OsidSearchResults
Used Byosid.provisioning.rules.PoolEnablerSearchSession
Description

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

MethodgetPoolEnablers
Description

Gets the pool enabler list resulting from a search.

Returnosid.provisioning.rules.PoolEnablerList the pool enabler list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetPoolEnablerQueryInspector
Description

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

Returnosid.provisioning.rules.PoolEnablerQueryInspector the pool enabler query inspector
Compliancemandatory This method must be implemented.
MethodgetPoolEnablerSearchResultsRecord
Description

Gets the pool enabler search results 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.PoolEnablerSearchResultsRecord the pool enabler search results record
ErrorsNULL_ARGUMENT poolEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(poolEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.