OSID Logo
OSID Specifications
assessment authoring package
Version 3.1.0
Interfaceosid.assessment.authoring.SequenceRuleSearchResults
Implementsosid.OsidSearchResults
Used Byosid.assessment.authoring.SequenceRuleSearchSession
Description

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

MethodgetSequenceRules
Description

Gets the SequenceRuleList resulting from a search.

Returnosid.assessment.authoring.SequenceRuleList the sequence rule list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetSequenceRuleQueryInspector
Description

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

Returnosid.assessment.authoring.SequenceRuleQueryInspector the sequence rule query inspector
Compliancemandatory This 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.TypesequenceRuleSearchRecordType a sequence rule search record type
Returnosid.assessment.authoring.records.SequenceRuleSearchResultsRecord the sequence rule search results record
ErrorsNULL_ARGUMENT sequenceRuleSearchRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(sequenceRuleSearchRecordType) is false
Compliancemandatory This method must be implemented.