| Method | getInquestRecord |
| Description |
Gets the inquest record corresponding to the given
Inquest record Type.This method
is used to retrieve an object implementing the requested
record. The inquestRecordType may be the
Type returned in
getRecordTypes() or any of its parents in a
Type hierarchy where
hasRecordType(inquestRecordType) is
true.
|
| Parameters | osid.type.Type | inquestRecordType | the type of inquest record to retrieve |
| Return | osid.inquiry.records.InquestRecord | the inquest record |
| Errors | NULL_ARGUMENT | inquestRecordType is null |
| OPERATION_FAILED | unable to complete request |
| UNSUPPORTED | hasRecordType(inquestRecordType) is false |
| Compliance | mandatory | This method must be implemented. |