| Interface | osid.checklist.ChecklistSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getChecklists | ||
| Description |
Gets the checklist list resulting from a search. | ||
| Return | osid.checklist.ChecklistList | the checklist list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChecklistQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terns used in the search. | ||
| Return | osid.checklist.ChecklistQueryInspector | the query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChecklistSearchResultsRecord | ||
| Description |
Gets the checklist search results record corresponding to the given checklist search record Type. This method is used to retrieve an object implementing the requested record. | ||
| Parameters | osid.type.Type | checklistSearchRecordType | a checklist search record type |
| Return | osid.checklist.records.ChecklistSearchResultsRecord | the checklist search results record | |
| Errors | NULL_ARGUMENT | ChecklistSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(checklistSearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |