OSID Logo
OSID Specifications
assessment package
Version 3.0.0
Release Candidate Preview
Interfaceosid.assessment.BankForm
Implementsosid.OsidCatalogForm
Description

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

MethodgetBankFormRecord
Description

Gets the BankFormRecord corresponding to the given bank record Type.

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