OSID Logo
OSID Specifications
learning package
Version 3.1.0
Interfaceosid.learning.ObjectiveBankSearch
Implementsosid.OsidSearch
Used Byosid.learning.ObjectiveBankSearchSession
Description

The interface for governing objective bank searches.

MethodsearchAmongObjectiveBanks
Description

Execute this search among the given list of objective banks.

Parametersosid.id.IdListobjectiveBankIds list of objective banks
ErrorsNULL_ARGUMENT objective bankIds is null
Compliancemandatory This method must be implemented.
MethodorderObjectiveBankResults
Description

Specify an ordering to the search results.

Parametersosid.learning.ObjectiveBankSearchOrderobjectiveBankSearchOrder objective bank search order
ErrorsNULL_ARGUMENT objectiveBankSearchOrder is null
UNSUPPORTED objectiveBankSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetObjectiveBankSearchRecord
Description

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

Parametersosid.type.TypeobjectiveBankSearchRecordType an objective bank search record type
Returnosid.learning.records.ObjectiveBankSearchRecord the objective bank search record
ErrorsNULL_ARGUMENT objectiveBankSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasSearchRecordType(objective bankSearchRecordType) is false
Compliancemandatory This method must be implemented.