| Interface | osid.checklist.ChecklistSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidCatalogSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getChecklistSearchOrderRecord | ||
| Description |
Gets the checklist search order record corresponding to the given checklist record Type. Multiple retrievals return the same underlying object. | ||
| Parameters | osid.type.Type | checklistRecordType | a checklist record type |
| Return | osid.checklist.records.ChecklistSearchOrderRecord | the checklist search order record | |
| Errors | NULL_ARGUMENT | checklistRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(checklistRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |