| Method | getOublietteRecord |
| Description |
Gets the oubliette record corresponding to the given
Oubliette record Type. This
method is used to retrieve an object implementing the
requested record. The oublietteRecordType may
be the Type returned in
getRecordTypes() or any of its parents in a
Type hierarchy where
hasRecordType(oublietteRecordType) is
true.
|
| Parameters | osid.type.Type | oublietteRecordType | the type of oubliette record to retrieve |
| Return | osid.hold.records.OublietteRecord | the oubliette record |
| Errors | NULL_ARGUMENT | oublietteRecordType is null |
| OPERATION_FAILED | unable to complete request |
| PERMISSION_DENIED | authorization failure occurred |
| UNSUPPORTED | hasRecordType(oublietteRecordType) is false |
| Compliance | mandatory | This method must be implemented. |