OSID Logo
OSID Specifications
checklist package
Version 3.1.0
Interfaceosid.checklist.ChecklistSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.checklist.ChecklistSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetChecklistSearchOrderRecord
Description

Gets the checklist search order record corresponding to the given checklist record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypechecklistRecordType a checklist record type
Returnosid.checklist.records.ChecklistSearchOrderRecord the checklist search order record
ErrorsNULL_ARGUMENT checklistRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(checklistRecordType) is false
Compliancemandatory This method must be implemented.