Interface | osid.OsidOperableQuery | ||
---|---|---|---|
Implements | osid.OsidQuery | ||
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. |