OSID Logo
OSID Specifications
course requisite package
Version 3.1.0
Interfaceosid.course.requisite.LearningObjectiveRequirementQueryInspector
Implementsosid.OsidRuleQueryInspector
osid.OsidAggregateableQueryInspector
Description

The query inspector provides a means of accessing the match terms of a LearningObjectiveRequirementQuery.

MethodgetAltRequisiteIdTerms
Description

Gets the alt requisite Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetAltRequisiteTerms
Description

Gets the alt requisite query terms.

Returnosid.course.requisite.RequisiteQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetLearningObjectiveIdTerms
Description

Gets the learning objective Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetLearningObjectiveTerms
Description

Gets the learning objective query terms.

Returnosid.learning.ObjectiveQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetIncludeEquivalentUnitsTerms
Description

Gets the include equivalent units query terms.

Returnosid.search.terms.BooleanTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetRequiresMinimumNumberTerms
Description

Gets the requires minimum number query terms.

Returnosid.search.terms.BooleanTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetMinimumNumberTerms
Description

Gets the minimum number query terms.

Returnosid.search.terms.CardinalRangeTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetHasTargetNumberForSetTerms
Description

Gets the has target number for set query terms.

Returnosid.search.terms.BooleanTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetTargetSetNumberTerms
Description

Gets the target set number query terms.

Returnosid.search.terms.CardinalRangeTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetHasMinimumProficiencyTerms
Description

Gets the has minimum proficiency query terms.

Returnosid.search.terms.BooleanTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetMinimumProficiencyIdTerms
Description

Gets the minimum proficiency Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetMinimumProficiencyTerms
Description

Gets the minimum proficiency query terms.

Returnosid.grading.GradeQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetLearningObjectiveRequirementQueryInspectorRecord
Description

Gets the query inspector record corresponding to the given LearningObjectiveRequirement record Type. Multiple record retrievals produce a nested OR term.

Parametersosid.type.TypelearningObjectiveRequirementQueryInspectorRecordType a LearningObjectiveRequirement record type
Returnosid.course.requisite.records.LearningObjectiveRequirementQueryInspectorRecord the query inspector record
ErrorsNULL_ARGUMENT learningObjectiveRequirementQueryInspectorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(learningObjectiveRequirementQueryInspectorRecordType) is false
Compliancemandatory This method must be implemented.