Interface OsidContainableQueryInspector
- All Superinterfaces:
OsidQueryInspector
- All Known Subinterfaces:
AssessmentPartQueryInspector, CompositionQueryInspector, EventQueryInspector, RecurringEventQueryInspector, ReplyQueryInspector, RequisiteQueryInspector, ScheduleSlotQueryInspector, TodoQueryInspector
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 OsidQuery for reuse or modification in the
search sessions.
-
Method Summary
Modifier and TypeMethodDescriptionGets the sequestered query terms.Methods inherited from interface OsidQueryInspector
getAnyTerms, getKeywordTermsModifier and TypeMethodDescriptionGets the any query terms.Gets the keyword query terms.
-
Method Details
-
getSequesteredTerms
BooleanTerm[] getSequesteredTerms()Gets the sequestered query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-