OSID Logo
OSID Specifications
provisioning package
Version 3.1.0
Interfaceosid.provisioning.PoolSearchResults
Implementsosid.OsidSearchResults
Used Byosid.provisioning.PoolSearchSession
Description

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

MethodgetPools
Description

Gets the pool list resulting from a search.

Returnosid.provisioning.PoolList the pool list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetPoolQueryInspector
Description

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

Returnosid.provisioning.PoolQueryInspector the pool query inspector
Compliancemandatory This method must be implemented.
MethodgetPoolSearchResultsRecord
Description

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

Parametersosid.type.TypepoolSearchRecordType a pool search record type
Returnosid.provisioning.records.PoolSearchResultsRecord the pool search results record
ErrorsNULL_ARGUMENT poolSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(poolSearchRecordType) is false
Compliancemandatory This method must be implemented.