OSID Logo
OSID Specifications
assessment authoring package
Version 3.0.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.TypesequenceRuleEnablerRecordTypea sequence rule enabler record type
Returnosid.assessment.authoring.records.SequenceRuleEnablerSearchOrderRecordthe sequence rule enabler search order record
ErrorsNULL_ARGUMENTsequenceRuleEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(sequenceRuleEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.