OSID Logo
OSID Specifications
checklist package
Version 3.0.0
Interfaceosid.checklist.TodoSearch
Implementsosid.OsidSearch
Used Byosid.checklist.TodoSearchSession
Description

The search interface for governing todo searches.

MethodsearchAmongTodos
Description

Execute this search among the given list of todos.

Parametersosid.id.IdListtodoIdslist of todos
ErrorsNULL_ARGUMENTtodoIds is null
CompliancemandatoryThis method must be implemented.
MethodorderTodoResults
Description

Specify an ordering to the search results.

Parametersosid.checklist.TodoSearchOrdertodoSearchOrdertodo search order
ErrorsNULL_ARGUMENTtodoSearchOrder is null
UNSUPPORTEDtodoSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetTodoSearchRecord
Description

Gets the todo search 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.TodoSearchRecordthe todo search record
ErrorsNULL_ARGUMENTtodoSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(todoSearchRecordType) is false
CompliancemandatoryThis method must be implemented.