OSID Logo
OSID Specifications
learning package
Version 3.1.0
Interfaceosid.learning.ProficiencySearchResults
Implementsosid.OsidSearchResults
Used Byosid.learning.ProficiencySearchSession
Description

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

MethodgetProficiencies
Description

Gets the proficiency list resulting from a search.

Returnosid.learning.ProficiencyList the proficiency list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetProficiencyQueryInspector
Description

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

Returnosid.learning.ProficiencyQueryInspector the proficiency query inspector
Compliancemandatory This method must be implemented.
MethodgetProficiencySearchResultsRecord
Description

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

Parametersosid.type.TypeproficiencySearchRecordType a proficiency search record type
Returnosid.learning.records.ProficiencySearchResultsRecord the proficiency search results record
ErrorsNULL_ARGUMENT proficiencySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(proficiencySearchRecordType) is false
Compliancemandatory This method must be implemented.