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

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

MethodgetAcademies
Description

Gets the academy list resulting from a search.

Returnosid.recognition.AcademyListthe academy list
ErrorsILLEGAL_STATElist has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetAcademyQueryInspector
Description

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

Returnosid.recognition.AcademyQueryInspectorthe query inspector
CompliancemandatoryThis 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.TypeacademySearchRecordTypean academy search record type
Returnosid.recognition.records.AcademySearchResultsRecordthe academy search results record
ErrorsNULL_ARGUMENT academySearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(academySearchRecordType) is false
CompliancemandatoryThis method must be implemented.