OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.ProvisionEnablerSearchResults
Implementsosid.OsidSearchResults
Used Byosid.provisioning.rules.ProvisionEnablerSearchSession
Description

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

MethodgetProvisionEnablers
Description

Gets the provision enabler list resulting from a search.

Returnosid.provisioning.rules.ProvisionEnablerList the provision enabler list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetProvisionEnablerQueryInspector
Description

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

Returnosid.provisioning.rules.ProvisionEnablerQueryInspector the provision enabler query inspector
Compliancemandatory This method must be implemented.
MethodgetProvisionEnablerSearchResultsRecord
Description

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

Parametersosid.type.TypeprovisionEnablerSearchRecordType a provision enabler search record type
Returnosid.provisioning.rules.records.ProvisionEnablerSearchResultsRecord the provision enabler search results record
ErrorsNULL_ARGUMENT provisionEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(provisionEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.