OSID Logo
OSID Specifications
recognition package
Version 3.1.0
Interfaceosid.recognition.AcademySearchResults
Implementsosid.OsidSearchResults
Used Byosid.recognition.AcademySearchSession
Description

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

MethodgetAcademies
Description

Gets the academy list resulting from a search.

Returnosid.recognition.AcademyList the academy list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetAcademyQueryInspector
Description

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

Returnosid.recognition.AcademyQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetAcademySearchResultsRecord
Description

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

Parametersosid.type.TypeacademySearchRecordType an academy search record type
Returnosid.recognition.records.AcademySearchResultsRecord the academy search results record
ErrorsNULL_ARGUMENT academySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(academySearchRecordType) is false
Compliancemandatory This method must be implemented.