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