OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.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.PoolEnablerListthe pool enabler list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetPoolEnablerQueryInspector
Description

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

Returnosid.provisioning.rules.PoolEnablerQueryInspectorthe pool enabler query inspector
CompliancemandatoryThis 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.TypepoolEnablerSearchRecordTypea pool enabler search record type
Returnosid.provisioning.rules.records.PoolEnablerSearchResultsRecordthe pool enabler search results record
ErrorsNULL_ARGUMENTpoolEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(poolEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.