OSID Logo
OSID Specifications
checklist mason package
Version 3.1.0
Interfaceosid.checklist.mason.TodoProducerSearchResults
Implementsosid.OsidSearchResults
Used Byosid.checklist.mason.TodoProducerSearchSession
Description

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

MethodgetTodoProducers
Description

Gets the TodoProducerList resulting from a search.

Returnosid.checklist.mason.TodoProducerList the todo producer list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetTodoProducerQueryInspector
Description

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

Returnosid.checklist.mason.TodoProducerQueryInspector the todo producer query inspector
Compliancemandatory This method must be implemented.
MethodgetTodoProducerSearchResultsRecord
Description

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

Parametersosid.type.TypetodoProducerSearchRecordType a todo producer search record type
Returnosid.checklist.mason.records.TodoProducerSearchResultsRecord the todo producer search results record
ErrorsNULL_ARGUMENT todoProducerSearchRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(todoProducerSearchRecordType) is false
Compliancemandatory This method must be implemented.