public interface Bank extends OsidCatalog
A bank defines a collection of assessments and items.
Modifier and Type | Method and Description |
---|---|
BankRecord |
getBankRecord(Type bankRecordType)
Gets the bank record corresponding to the given
Bank
record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusType
getId, isCurrent
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
BankRecord getBankRecord(Type bankRecordType) throws OperationFailedException
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
.bankRecordType
- a bank record typeNullArgumentException
- bankRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(bankRecordType)
is false
mandatory
- This method must be implemented.