public interface OsidContainableQuery extends OsidAggregateableQuery
This is the query interface for searching containers. Each method
specifies an AND
term while multiple invocations of the
same method produce a nested OR.
Modifier and Type | Method and Description |
---|---|
void |
clearSequesteredTerms()
Clears the sequestered query terms.
|
void |
matchSequestered(boolean match)
Match containables that are sequestered.
|
clearAnyTerms, clearKeywordTerms, getStringMatchTypes, matchAny, matchKeyword, supportsStringMatchType
void matchSequestered(boolean match)
match
- true
to match any sequestered
containables, false
to match non-sequestered
containablesmandatory
- This method must be implemented. void clearSequesteredTerms()
mandatory
- This method must be implemented.