| Interface | osid.dictionary.Dictionary | ||
|---|---|---|---|
| Implements | osid.OsidCatalog | ||
| Description |
A | ||
| Method | getDictionaryRecord | ||
| Description |
Gets the dictionary record corresponding to the given
| ||
| Parameters | osid.type.Type | dictionaryRecordType | the type of the record to retrieve |
| Return | osid.dictionary.records.DictionaryRecord | the dictionary record | |
| Errors | NULL_ARGUMENT | dictionaryRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(dictionaryRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |