OSID Logo
OSID Specifications
rules package
Version 3.1.0
Interfaceosid.rules.EngineSearchResults
Implementsosid.OsidSearchResults
Used Byosid.rules.EngineSearchSession
Description

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

MethodgetEngines
Description

Gets the engine list resulting from a search.

Returnosid.rules.EngineList the engine list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetEngineQueryInspector
Description

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

Returnosid.rules.EngineQueryInspector the engine query inspector
Compliancemandatory This method must be implemented.
MethodgetEngineSearchResultsRecord
Description

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

Parametersosid.type.TypeengineSearchRecordType an engine search record type
Returnosid.rules.records.EngineSearchResultsRecord the engine search results record
ErrorsNULL_ARGUMENT EngineSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(engineSearchRecordType) is false
Compliancemandatory This method must be implemented.