OSID Logo
OSID Specifications
course package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.ActivityUnitQueryInspector
Implementsosid.OsidObjectQueryInspector
osid.OsidOperableQueryInspector
osid.OsidSubjugateableQueryInspector
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
CompliancemandatoryThis method must be implemented.
MethodgetCourseTerms
Description

Gets the course query terms.

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

Gets the total effort query terms.

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

Gets the contact query terms.

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

Gets the total contact time query terms.

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

Gets the total individual effort query terms.

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

Gets the recurring weekly query terms.

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

Gets the weekly effort query terms.

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

Gets the weekly contact time query terms.

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

Gets the weekly individual effort query terms.

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

Gets the objective Id query terms.

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

Gets the objective query terms.

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

Gets the activity Id query terms.

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

Gets the activity query terms.

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

Gets the course catalog Id query terms.

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

Gets the course catalog query terms.

Returnosid.course.CourseCatalogQueryInspector[]the course catalog query terms
CompliancemandatoryThis 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.TypeactivityUnitRecordTypean activity unit record type
Returnosid.course.records.ActivityUnitQueryInspectorRecordthe activity unit query inspector record
ErrorsNULL_ARGUMENT activityUnitRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(activityUnitRecordType) is false
CompliancemandatoryThis method must be implemented.