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