OSID Logo
OSID Specifications
checklist package
Version 3.0.0
Release Candidate Preview
Interfaceosid.checklist.TodoSearchResults
Implementsosid.OsidSearchResults
Description

This interface provides a means to capture results of a search.

MethodgetTodos
Description

Gets the todo list resulting from a search.

Returnosid.checklist.TodoListthe todo list
ErrorsILLEGAL_STATElist has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetTodoQueryInspector
Description

Gets the inspector for the query to examine the terns used in the search.

Returnosid.checklist.TodoQueryInspectorthe query inspector
CompliancemandatoryThis method must be implemented.
MethodgetTodoSearchResultsRecord
Description

Gets the todo search results record corresponding to the given todo search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypetodoSearchRecordTypea todo search record type
Returnosid.checklist.records.TodoSearchResultsRecordthe todo search results record
ErrorsNULL_ARGUMENT todoSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(todoSearchRecordType) is false
CompliancemandatoryThis method must be implemented.