OSID Logo
OSID Specifications
learning package
Version 3.0.0
Release Candidate Preview
Interfaceosid.learning.ProficiencySearchResults
Implementsosid.OsidSearchResults
Description

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

MethodgetProficiencies
Description

Gets the proficiency list resulting from a search.

Returnosid.learning.ProficiencyListthe proficiency list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetProficiencyQueryInspector
Description

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

Returnosid.learning.ProficiencyQueryInspectorthe proficiency query inspector
CompliancemandatoryThis 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.TypeproficiencySearchRecordTypea proficiency search record type
Returnosid.learning.records.ProficiencySearchResultsRecordthe proficiency search results record
ErrorsNULL_ARGUMENT proficiencySearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(proficiencySearchRecordType) is false
CompliancemandatoryThis method must be implemented.