| Interface | osid.installation.DepotSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidCatalogSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getDepotSearchOrderRecord | ||
| Description |
Gets the depot search order record corresponding to the
given depot record | ||
| Parameters | osid.type.Type | depotRecordType | a depot record type |
| Return | osid.installation.records.DepotSearchOrderRecord | the depot search order record | |
| Errors | NULL_ARGUMENT | depotRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(depotRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |