OSID Logo
OSID Specifications
course package
Version 3.1.0
Interfaceosid.course.ActivityUnitQueryInspector
Implementsosid.OsidObjectQueryInspector
osid.OsidOperableQueryInspector
osid.OsidSubjugateableQueryInspector
Used Byosid.course.ActivityQueryInspector
osid.course.ActivityUnitSearchResults
osid.course.ActivityUnitSmartCourseCatalogSession
osid.course.CourseCatalogQueryInspector
osid.course.CourseQueryInspector
osid.course.syllabus.DocetQueryInspector
Description

The query inspectors provide a means of accessing the match terms of a query. These interfaces are used to examine the actual query terms used in a search or that may be used to create a smart catalog. Query inspectors may be converted to OsidQuery interfaces for reuse or modification in the search sessions.

MethodgetCourseIdTerms
Description

Gets the course Id query terms.

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

Gets the course query terms.

Returnosid.course.CourseQueryInspector[] the course query terms
Compliancemandatory This method must be implemented.
MethodgetTotalTargetEffortTerms
Description

Gets the total effort query terms.

Returnosid.search.terms.DurationRangeTerm[] the total effort query terms
Compliancemandatory This method must be implemented.
MethodgetContactTerms
Description

Gets the contact query terms.

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

Gets the total contact time query terms.

Returnosid.search.terms.DurationRangeTerm[] the total contact time query terms
Compliancemandatory This method must be implemented.
MethodgetTotalTargetIndividualEffortTerms
Description

Gets the total individual effort query terms.

Returnosid.search.terms.DurationRangeTerm[] the total individual effort query terms
Compliancemandatory This method must be implemented.
MethodgetRecurringWeeklyTerms
Description

Gets the recurring weekly query terms.

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

Gets the weekly effort query terms.

Returnosid.search.terms.DurationRangeTerm[] the weekly effort query terms
Compliancemandatory This method must be implemented.
MethodgetWeeklyContactTimeTerms
Description

Gets the weekly contact time query terms.

Returnosid.search.terms.DurationRangeTerm[] the weekly contact time query terms
Compliancemandatory This method must be implemented.
MethodgetWeeklyIndividualEffortTerms
Description

Gets the weekly individual effort query terms.

Returnosid.search.terms.DurationRangeTerm[] the weekly individual effort query terms
Compliancemandatory This method must be implemented.
MethodgetLearningObjectiveIdTerms
Description

Gets the objective Id query terms.

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

Gets the objective query terms.

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

Gets the activity Id query terms.

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

Gets the activity query terms.

Returnosid.course.ActivityQueryInspector[] the activity query terms
Compliancemandatory This method must be implemented.
MethodgetCourseCatalogIdTerms
Description

Gets the course catalog Id query terms.

Returnosid.search.terms.IdTerm[] the course catalog Id query terms
Compliancemandatory This method must be implemented.
MethodgetCourseCatalogTerms
Description

Gets the course catalog query terms.

Returnosid.course.CourseCatalogQueryInspector[] the course catalog query terms
Compliancemandatory This method must be implemented.
MethodgetActivityUnitQueryInspectorRecord
Description

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

Parametersosid.type.TypeactivityUnitRecordType an activity unit record type
Returnosid.course.records.ActivityUnitQueryInspectorRecord the activity unit query inspector record
ErrorsNULL_ARGUMENT activityUnitRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(activityUnitRecordType) is false
Compliancemandatory This method must be implemented.