Interface | osid.provisioning.Distributor | ||
---|---|---|---|
Implements | osid.OsidCatalog | ||
Description |
A | ||
Method | getDistributorRecord | ||
Description |
Gets the distributor record corresponding to the given
| ||
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. |