OSID Logo
OSID Specifications
osid package
Version 3.0.0
Release Candidate Preview
Interfaceosid.OsidContainableQuery
Implementsosid.OsidQuery
Description

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.

MethodmatchSequestered
Description

Match containables that are sequestered.

Parametersbooleanmatch true to match any sequestered containables, false to match non-sequestered containables
CompliancemandatoryThis method must be implemented.
MethodclearSequesteredTerms
Description

Clears the sequestered query terms.

CompliancemandatoryThis method must be implemented.