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

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

MethodgetObjectiveBanks
Description

Gets the objective bank list resulting from the search.

Returnosid.learning.ObjectiveBankListthe objective bank list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetObjectiveBankQueryInspector
Description

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

Returnosid.learning.ObjectiveBankQueryInspectorthe query inspector
CompliancemandatoryThis method must be implemented.
MethodgetObjectiveBankSearchResultsRecord
Description

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

Parametersosid.type.TypeobjectiveBankSearchRecordTypean objective bank search record type
Returnosid.learning.records.ObjectiveBankSearchResultsRecordthe objective bank search results record
ErrorsNULL_ARGUMENT objectiveBankSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasSearchRecordType(objective bankSearchRecordType) is false
CompliancemandatoryThis method must be implemented.