| Interface | osid.OsidOperableQuery | ||
|---|---|---|---|
| Implements | osid.OsidQuery | ||
| Implemented By | osid.course.CourseQuery | ||
osid.course.ActivityUnitQuery | |||
osid.assessment.authoring.AssessmentPartQuery | |||
osid.OsidRuleQuery | |||
osid.OsidGovernatorQuery | |||
osid.repository.CompositionQuery | |||
osid.journaling.BranchQuery | |||
osid.offering.CanonicalUnitQuery | |||
osid.configuration.ValueQuery | |||
osid.course.program.ProgramQuery | |||
osid.mapping.path.ObstacleQuery | |||
osid.control.ControllerQuery | |||
| Description |
This is the query interface for searching operables. Each
method specifies an | ||
| Method | matchActive | ||
| Description |
Matches active. | ||
| Parameters | boolean | match | true to match active, false to match inactive |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearActiveTerms | ||
| Description |
Clears the active query terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchEnabled | ||
| Description |
Matches administratively enabled. | ||
| Parameters | boolean | match | true to match administratively enabled, false
otherwise |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearEnabledTerms | ||
| Description |
Clears the administratively enabled query terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchDisabled | ||
| Description |
Matches administratively disabled. | ||
| Parameters | boolean | match | true to match administratively disabled, false
otherwise |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearDisabledTerms | ||
| Description |
Clears the administratively disabled query terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchOperational | ||
| Description |
Matches operational operables. | ||
| Parameters | boolean | match | true to match operational, false to match not
operational |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearOperationalTerms | ||
| Description |
Clears the operational query terms. | ||
| Compliance | mandatory | This method must be implemented. | |