| Interface | osid.tracking.rules.QueueConstrainerEnablerQuery | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQuery | ||
| Description |
This is the query for searching queue constrainer enablers.
Each method match specifies a | ||
| Method | matchRuledQueueConstrainerId | ||
| Description |
Matches enablers mapped to the queue constrainer. | ||
| Parameters | osid.id.Id | queueConstrainerId | the queue constrainer Id |
boolean | match | true for a positive match, false for a
negative match | |
| Errors | NULL_ARGUMENT | queueConstrainerId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearRuledQueueConstrainerIdTerms | ||
| Description |
Clears the queue constrainer | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsRuledQueueConstrainerQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a queue constrainer query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledQueueConstrainerQuery | ||
| Description |
Gets the query for a queue constrainer. Multiple
retrievals produce a nested | ||
| Return | osid.tracking.rules.QueueConstrainerQuery | the queue constrainer query | |
| Errors | UNIMPLEMENTED | supportsRuledQueueConstrainerQuery() is false | |
| Compliance | optional | This method must be implemented if
supportsRuledQueueConstrainerQuery() is true. | |
| Method | matchAnyRuledQueueConstrainer | ||
| Description |
Matches enablers mapped to any queue constrainer. | ||
| Parameters | boolean | match | true for enablers mapped to any queue constrainer,
false to match enablers mapped to no queue constrainers |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearRuledQueueConstrainerTerms | ||
| Description |
Clears the queue constrainer query terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchFrontOfficeId | ||
| Description |
Matches enablers mapped to the front office. | ||
| Parameters | osid.id.Id | frontOfficeId | the front office Id |
boolean | match | true for a positive match, false for a
negative match | |
| Errors | NULL_ARGUMENT | frontOfficeId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearFrontOfficeIdTerms | ||
| Description |
Clears the front office | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsFrontOfficeQuery | ||
| Description |
Tests if an | ||
| Return | boolean | true if a front office query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getFrontOfficeQuery | ||
| Description |
Gets the query for a front office. Multiple retrievals
produce a nested | ||
| Return | osid.tracking.FrontOfficeQuery | the front office query | |
| Errors | UNIMPLEMENTED | supportsFrontOfficeQuery() is false | |
| Compliance | optional | This method must be implemented if supportsFrontOfficeQuery()
is true. | |
| Method | clearFrontOfficeTerms | ||
| Description |
Clears the front office query terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueConstrainerEnablerQueryRecord | ||
| Description |
Gets the queue constrainer enabler query record
corresponding to the given | ||
| Parameters | osid.type.Type | queueConstrainerEnablerRecordType | a queue constrainer enabler record type |
| Return | osid.tracking.rules.records.QueueConstrainerEnablerQueryRecord | the queue constrainer enabler query record | |
| Errors | NULL_ARGUMENT | queueConstrainerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(queueConstrainerEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |