| Interface | osid.OsidContainableQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidQueryInspector | ||
| Implemented By | osid.assessment.authoring.AssessmentPartQueryInspector | ||
osid.forum.ReplyQueryInspector | |||
osid.repository.CompositionQueryInspector | |||
osid.course.requisite.RequisiteQueryInspector | |||
osid.calendaring.EventQueryInspector | |||
osid.calendaring.RecurringEventQueryInspector | |||
osid.calendaring.ScheduleSlotQueryInspector | |||
osid.checklist.TodoQueryInspector | |||
| 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
an | ||
| Method | getSequesteredTerms | ||
| Description |
Gets the sequestered query terms. | ||
| Return | osid.search.terms.BooleanTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |