OSID Logo
OSID Specifications
assessment authoring package
Version 3.1.0
Interfaceosid.assessment.authoring.SequenceRuleEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.assessment.authoring.SequenceRuleEnablerSearchSession
osid.assessment.authoring.SequenceRuleEnablerSmartBankSession
Description

An interface for specifying the ordering of search results.

MethodgetSequenceRuleEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypesequenceRuleEnablerRecordType a sequence rule enabler record type
Returnosid.assessment.authoring.records.SequenceRuleEnablerSearchOrderRecord the sequence rule enabler search order record
ErrorsNULL_ARGUMENT sequenceRuleEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(sequenceRuleEnablerRecordType) is false
Compliancemandatory This method must be implemented.