OSID Logo
OSID Specifications
learning package
Version 3.0.0
Release Candidate Preview
Interfaceosid.learning.ObjectiveBank
Implementsosid.OsidCatalog
Description

an objective bank defines a collection of objectives.

MethodgetObjectiveBankRecord
Description

Gets the objective bank record corresponding to the given ObjectiveBank record Type. This method is used to retrieve an object implementing the requested record. The objectiveBankRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(objectiveBankRecordType) is true .

Parametersosid.type.TypeobjectiveBankRecordTypean objective bank record type
Returnosid.learning.records.ObjectiveBankRecordthe objective bank record
ErrorsNULL_ARGUMENT objectiveBankRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(objectiveBankRecordType) is false
CompliancemandatoryThis method must be implemented.