OSID Logo
OSID Specifications
recognition package
Version 3.1.0
Interfaceosid.recognition.ConferralSearchResults
Implementsosid.OsidSearchResults
Used Byosid.recognition.ConferralSearchSession
Description

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

MethodgetConferrals
Description

Gets the conferral list resulting from a search.

Returnosid.recognition.ConferralList the conferral list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetConferralQueryInspector
Description

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

Returnosid.recognition.ConferralQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetConferralSearchResultsRecord
Description

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

Parametersosid.type.TypeconferralSearchRecordType a conferral search record type
Returnosid.recognition.records.ConferralSearchResultsRecord the conferral search record
ErrorsNULL_ARGUMENT conferralSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(conferralSearchRecordType) is false
Compliancemandatory This method must be implemented.