OSID Logo
OSID Specifications
checklist package
Version 3.1.0
Interfaceosid.checklist.ChecklistSearchResults
Implementsosid.OsidSearchResults
Used Byosid.checklist.ChecklistSearchSession
Description

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

MethodgetChecklists
Description

Gets the checklist list resulting from a search.

Returnosid.checklist.ChecklistList the checklist list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetChecklistQueryInspector
Description

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

Returnosid.checklist.ChecklistQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetChecklistSearchResultsRecord
Description

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

Parametersosid.type.TypechecklistSearchRecordType a checklist search record type
Returnosid.checklist.records.ChecklistSearchResultsRecord the checklist search results record
ErrorsNULL_ARGUMENT ChecklistSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(checklistSearchRecordType) is false
Compliancemandatory This method must be implemented.