OSID Logo
OSID Specifications
learning package
Version 3.1.0
Interfaceosid.learning.ObjectiveBankSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.learning.ObjectiveBankSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetObjectiveBankSearchOrderRecord
Description

Gets the objective bank search order record corresponding to the given objective bank record Type.Multiple retrievals return the same underlying object.

Parametersosid.type.TypeobjectiveBankRecordType an objective bank record type
Returnosid.learning.records.ObjectiveBankSearchOrderRecord the objective bank search order record
ErrorsNULL_ARGUMENT objectiveBankRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(objectiveBankRecordType) is false
Compliancemandatory This method must be implemented.