OSID Logo
OSID Specifications
checklist mason package
Version 3.1.0
Interfaceosid.checklist.mason.TodoProducerSearch
Implementsosid.OsidSearch
Used Byosid.checklist.mason.TodoProducerSearchSession
Description

The search interface for governing todo producer searches.

MethodsearchAmongTodoProducers
Description

Execute this search among the given list of todo producers.

Parametersosid.id.IdListtodoProducerIds list of todo producers
ErrorsNULL_ARGUMENT todoProducerIds is null
Compliancemandatory This method must be implemented.
MethodorderTodoProducerResults
Description

Specify an ordering to the search results.

Parametersosid.checklist.mason.TodoProducerSearchOrdertodoProducerSearchOrder todo producer search order
ErrorsNULL_ARGUMENT todoProducerSearchOrder is null
UNSUPPORTED todoProducerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetTodoProducerSearchRecord
Description

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

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