| Interface | osid.OsidEffectuatorQuery | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQuery | ||
| Implemented By | osid.authorization.rules.AuthorizationEnablerQuery | ||
| Description |
This is the query interface for searching
| ||
| Method | matchCreateOnce | ||
| Description |
Matches OsidEffectuators with a create once flag. | ||
| Parameters | boolean | match | true to match create once rules, false otherwise |
| Compliance | mandatory | This method must be implemented. | |
| Method | CreateOnceMinimumContinuityGap | ||
| Description |
Match any minimum create once flag. | ||
| Parameters | boolean | match | true to match any create once flag, false to
match no set create once flag |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearCreateOnceTerms | ||
| Description |
Clears all create once terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchMinimumContinuityGap | ||
| Description |
Matches | ||
| Parameters | osid.calendaring.Duration | from | start of duration range |
osid.calendaring.Duration | to | end of duration range | |
boolean | match | true if for a positive match, false for a
negative match | |
| Errors | NULL_ARGUMENT | scheduleId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | matchAnyMinimumContinuityGap | ||
| Description |
Match any minimum continuity gap. | ||
| Parameters | boolean | match | true to match any minimum continuity gap, false
to match no minimum continuity gaps |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearMinimumContinuityGapTerms | ||
| Description |
Clears all minimum continuity gap terms. | ||
| Compliance | mandatory | This method must be implemented. | |