OSID Logo
OSID Specifications
assessment package
Version 3.1.0
Interfaceosid.assessment.AnswerSearchOrder
Implementsosid.OsidObjectSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetAnswerSearchOrderRecord
Description

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

Parametersosid.type.TypeanswerRecordType an answer record type
Returnosid.assessment.records.AnswerSearchOrderRecord the answer search order record
ErrorsNULL_ARGUMENT answerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(answerRecordType) is false
Compliancemandatory This method must be implemented.