OSID Logo
OSID Specifications
learning package
Version 3.0.0
Release Candidate Preview
Interfaceosid.learning.ObjectiveBankSearchOrder
Implementsosid.OsidCatalogSearchOrder
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.TypeobjectiveBankRecordTypean objective bank record type
Returnosid.learning.records.ObjectiveBankSearchOrderRecordthe objective bank search order record
ErrorsNULL_ARGUMENT objectiveBankRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(objectiveBankRecordType) is false
CompliancemandatoryThis method must be implemented.