OSID Logo
OSID Specifications
recognition package
Version 3.0.0
Release Candidate Preview
Interfaceosid.recognition.AwardSearchResults
Implementsosid.OsidSearchResults
Description

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

MethodgetAwards
Description

Gets the award list resulting from a search.

Returnosid.recognition.AwardListthe award list
ErrorsILLEGAL_STATElist has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetAwardQueryInspector
Description

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

Returnosid.recognition.AwardQueryInspectorthe query inspector
CompliancemandatoryThis 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.TypeawardSearchRecordTypean award search record type
Returnosid.recognition.records.AwardSearchResultsRecordthe award search results record
ErrorsNULL_ARGUMENT AwardSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(awardSearchRecordType) is false
CompliancemandatoryThis method must be implemented.