OSID Logo
OSID Specifications
assessment authoring package
Version 3.0.0
Release Candidate Preview
Interfaceosid.assessment.authoring.SequenceRuleSearchResults
Implementsosid.OsidSearchResults
Description

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

MethodgetSequenceRules
Description

Gets the SequenceRuleList resulting from a search.

Returnosid.assessment.authoring.SequenceRuleListthe sequence rule list
ErrorsILLEGAL_STATElist has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetSequenceRuleQueryInspector
Description

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

Returnosid.assessment.authoring.SequenceRuleQueryInspectorthe sequence rule query inspector
CompliancemandatoryThis method must be implemented.
MethodgetSequenceRuleSearchResultsRecord
Description

Gets the sequence rule search results record corresponding to the given sequence rule search record Type. This method must be used to retrieve an object implementing the requested record.

Parametersosid.type.TypesequenceRuleSearchRecordTypea sequence rule search record type
Returnosid.assessment.authoring.records.SequenceRuleSearchResultsRecordthe sequence rule search results record
ErrorsNULL_ARGUMENT sequenceRuleSearchRecordType is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTED hasRecordType(sequenceRuleSearchRecordType) is false
CompliancemandatoryThis method must be implemented.