OSID Logo
OSID Specifications
learning package
Version 3.1.0
Interfaceosid.learning.ObjectiveQueryInspector
Implementsosid.OsidObjectQueryInspector
osid.OsidFederateableQueryInspector
Used Byosid.assessment.ItemQueryInspector
osid.course.ActivityUnitQueryInspector
osid.course.CourseOfferingQueryInspector
osid.course.CourseQueryInspector
osid.course.program.ProgramOfferingQueryInspector
osid.course.program.ProgramQueryInspector
osid.course.requisite.RequisiteQueryInspector
osid.course.syllabus.DocetQueryInspector
osid.learning.ActivityQueryInspector
osid.learning.ObjectiveBankQueryInspector
show 7 more…
osid.learning.ObjectiveQueryInspector
osid.learning.ObjectiveSearchResults
osid.learning.ObjectiveSmartObjectiveBankSession
osid.learning.ProficiencyQueryInspector
osid.personnel.PositionQueryInspector
osid.recipe.ProcedureQueryInspector
osid.resourcing.CompetencyQueryInspector
Description

This is the query inspector for examining objective queries.

MethodgetAssessmentIdTerms
Description

Gets the asset Id query terms.

Returnosid.search.terms.IdTerm[] the asset Id terms
Compliancemandatory This method must be implemented.
MethodgetAssessmentTerms
Description

Gets the asset query terms.

Returnosid.repository.AssetQueryInspector[] the asset terms
Compliancemandatory This method must be implemented.
MethodgetKnowledgeCategoryIdTerms
Description

Gets the knowledge category Id query terms.

Returnosid.search.terms.IdTerm[] the knowledge category Id terms
Compliancemandatory This method must be implemented.
MethodgetKnowledgeCategoryTerms
Description

Gets the knowledge category query terms.

Returnosid.grading.GradeQueryInspector[] the knowledge category terms
Compliancemandatory This method must be implemented.
MethodgetCognitiveProcessIdTerms
Description

Gets the cognitive process Id query terms.

Returnosid.search.terms.IdTerm[] the cognitive process Id terms
Compliancemandatory This method must be implemented.
MethodgetCognitiveProcessTerms
Description

Gets the cognitive process query terms.

Returnosid.grading.GradeQueryInspector[] the cognitive process terms
Compliancemandatory This method must be implemented.
MethodgetRequisiteObjectiveIdTerms
Description

Gets the requisite objective Id query terms.

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

Gets the requisite objective query terms.

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

Gets the requisite objective Id query terms.

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

Gets the requisite objective query terms.

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

Gets the equivalent objective Id query terms.

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

Gets the equivalent objective query terms.

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

Gets the ancestor objective Id query terms.

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

Gets the ancestor objective query terms.

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

Gets the descendant objective Id query terms.

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

Gets the descendant objective query terms.

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

Gets the activity Id query terms.

Returnosid.search.terms.IdTerm[] the activity Id terms
Compliancemandatory This method must be implemented.
MethodgetActivityTerms
Description

Gets the activity query terms.

Returnosid.learning.ActivityQueryInspector[] the activity terms
Compliancemandatory This method must be implemented.
MethodgetObjectiveBankIdTerms
Description

Gets the objective bank Id query terms.

Returnosid.search.terms.IdTerm[] the objective bank Id terms
Compliancemandatory This method must be implemented.
MethodgetObjectiveBankTerms
Description

Gets the objective bank query terms.

Returnosid.learning.ObjectiveBankQueryInspector[] the objective bank terms
Compliancemandatory This method must be implemented.
MethodgetObjectiveQueryInspectorRecord
Description

Gets the objective query inspector record corresponding to the given Objective record Type.

Parametersosid.type.TypeobjectiveRecordType an objective record type
Returnosid.learning.records.ObjectiveQueryInspectorRecord the objective query inspector record
ErrorsNULL_ARGUMENT objectiveRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(objectiveRecordType) is false
Compliancemandatory This method must be implemented.