OSID Logo
OSID Specifications
assessment authoring package
Version 3.0.0
Release Candidate Preview
Interfaceosid.assessment.authoring.SequenceRuleQueryInspector
Implementsosid.OsidRuleQueryInspector
Description

This is the query inspector for examining sequence rule queries.

MethodgetAssessmentPartIdTerms
Description

Gets the assessment part Id query terms.

Returnosid.search.terms.IdTerm[]the assessment parent Id terms
CompliancemandatoryThis method must be implemented.
MethodgetAssessmentPartTerms
Description

Gets the assessment part query terms.

Returnosid.assessment.authoring.AssessmentPartQueryInspector[]the assessment part terms
CompliancemandatoryThis method must be implemented.
MethodgetNextAssessmentPartIdTerms
Description

Gets the assessment part Id query terms.

Returnosid.search.terms.IdTerm[]the assessment parent Id terms
CompliancemandatoryThis method must be implemented.
MethodgetNextAssessmentPartTerms
Description

Gets the assessment part query terms.

Returnosid.assessment.authoring.AssessmentPartQueryInspector[]the assessment part terms
CompliancemandatoryThis method must be implemented.
MethodgetMinimumScoreTerms
Description

Gets the minimum score query terms.

Returnosid.search.terms.CardinalRangeTerm[]the minimum score terms
CompliancemandatoryThis method must be implemented.
MethodgetMaximumScoreTerms
Description

Gets the maximum score query terms.

Returnosid.search.terms.CardinalRangeTerm[]the maximum score terms
CompliancemandatoryThis method must be implemented.
MethodgetCumulativeTerms
Description

Gets the minimum score query terms.

Returnosid.search.terms.BooleanTerm[]the cumulative terms
CompliancemandatoryThis method must be implemented.
MethodgetAppliedAssessmentPartIdTerms
Description

Gets the assessment part Id query terms.

Returnosid.search.terms.IdTerm[]the assessment parent Id terms
CompliancemandatoryThis method must be implemented.
MethodgetAppliedAssessmentPartTerms
Description

Gets the assessment part query terms.

Returnosid.assessment.authoring.AssessmentPartQueryInspector[]the assessment part terms
CompliancemandatoryThis method must be implemented.
MethodgetBankIdTerms
Description

Gets the bank Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetBankTerms
Description

Gets the bank query terms.

Returnosid.assessment.BankQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetSequenceRuleQueryInspectorRecord
Description

Gets the sequence rule query inspector record corresponding to the given SequenceRule record Type.

Parametersosid.type.TypesequenceRuleRecordTypea sequence rule record type
Returnosid.assessment.authoring.records.SequenceRuleQueryInspectorRecordthe sequence rule query inspector record
ErrorsNULL_ARGUMENT sequenceRuleRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(sequenceRuleRecordType) is false
CompliancemandatoryThis method must be implemented.