| Interface | osid.provisioning.DistributorSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidCatalogSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getDistributorSearchOrderRecord | ||
| Description |
Gets the distributor search order record corresponding
to the given distributor | ||
| Parameters | osid.type.Type | distributorRecordType | a distributor record type |
| Return | osid.provisioning.records.DistributorSearchOrderRecord | the distributor search order 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. | |