OSID Logo
OSID Specifications
inquiry package
Version 3.1.0
Interfaceosid.inquiry.ResponseSearchResults
Implementsosid.OsidSearchResults
Used Byosid.inquiry.ResponseSearchSession
Description

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

MethodgetResponses
Description

Gets the response list resulting from a search.

Returnosid.inquiry.ResponseList the response list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetResponseQueryInspector
Description

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

Returnosid.inquiry.ResponseQueryInspector the response query inspector
Compliancemandatory This method must be implemented.
MethodgetResponseSearchResultsRecord
Description

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

Parametersosid.type.TyperesponseSearchRecordType a response search record type
Returnosid.inquiry.records.ResponseSearchResultsRecord the response search results record
ErrorsNULL_ARGUMENT responseSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(responseSearchRecordType) is false
Compliancemandatory This method must be implemented.