OSID Logo
OSID Specifications
recognition package
Version 3.1.0
Interfaceosid.recognition.AwardSearchResults
Implementsosid.OsidSearchResults
Used Byosid.recognition.AwardSearchSession
Description

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

MethodgetAwards
Description

Gets the award list resulting from a search.

Returnosid.recognition.AwardList the award list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetAwardQueryInspector
Description

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

Returnosid.recognition.AwardQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetAwardSearchResultsRecord
Description

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

Parametersosid.type.TypeawardSearchRecordType an award search record type
Returnosid.recognition.records.AwardSearchResultsRecord the award search results record
ErrorsNULL_ARGUMENT AwardSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(awardSearchRecordType) is false
Compliancemandatory This method must be implemented.