public interface ObjectiveBank extends OsidCatalog
an objective bank defines a collection of objectives.
| Modifier and Type | Method and Description |
|---|---|
ObjectiveBankRecord |
getObjectiveBankRecord(Type objectiveBankRecordType)
Gets the objective bank record corresponding to the given
ObjectiveBank record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdObjectiveBankRecord getObjectiveBankRecord(Type objectiveBankRecordType) throws OperationFailedException
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
.objectiveBankRecordType - an objective bank record typeNullArgumentException - objectiveBankRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(objectiveBankRecordType) is false
mandatory - This method must be implemented.