OSID Logo
OSID Specifications
assessment package
Version 3.0.0
Release Candidate Preview
Interfaceosid.assessment.Bank
Implementsosid.OsidCatalog
Description

A bank defines a collection of assessments and items.

MethodgetBankRecord
Description

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

Parametersosid.type.TypebankRecordTypea bank record type
Returnosid.assessment.records.BankRecordthe bank record
ErrorsNULL_ARGUMENT bankRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(bankRecordType) is false
CompliancemandatoryThis method must be implemented.