OSID Logo
OSID Specifications
learning package
Version 3.0.0
Release Candidate Preview
Interfaceosid.learning.ObjectiveBankForm
Implementsosid.OsidCatalogForm
Description

This is the form for creating and updating objective banks. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the ObjectiveBankAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetObjectiveBankFormRecord
Description

Gets the ObjectiveBankFormRecord corresponding to the given objective bank record Type.

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