| Interface | osid.checklist.mason.TodoProducerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getTodoProducers | ||
| Description |
Gets the | ||
| Return | osid.checklist.mason.TodoProducerList | the todo producer list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTodoProducerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.checklist.mason.TodoProducerQueryInspector | the todo producer query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTodoProducerSearchResultsRecord | ||
| Description |
Gets the todo producer search results record
corresponding to the given todo producer search record
| ||
| Parameters | osid.type.Type | todoProducerSearchRecordType | a todo producer search record type |
| Return | osid.checklist.mason.records.TodoProducerSearchResultsRecord | the todo producer search results record | |
| Errors | NULL_ARGUMENT | todoProducerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(todoProducerSearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |