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