| Interface | osid.tracking.rules.QueueConstrainerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description | 
                 The search interface for governing queue constrainer searches.  | ||
| Method | searchAmongQueueConstrainers | ||
| Description | 
                     Execute this search among the given list of queue constrainers.  | ||
| Parameters | osid.id.IdList | frontOfficeIds | list of queue constrainers | 
| Errors | NULL_ARGUMENT |  frontOfficeIds  is  null   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderQueueConstrainerResults | ||
| Description | 
                     Specify an ordering to the search results.  | ||
| Parameters | osid.tracking.rules.QueueConstrainerSearchOrder | queueConstrainerSearchOrder | queue constrainer search order | 
| Errors | NULL_ARGUMENT |  queueConstrainerSearchOrder  is  null   |                 |
| UNSUPPORTED |  queueConstrainerSearchOrder  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueConstrainerSearchRecord | ||
| Description | 
                     Gets the queue constrainer search record corresponding 
                    to the given queue constrainer search record   | ||
| Parameters | osid.type.Type | queueConstrainerSearchRecordType | a queue constrainer search record type | 
| Return | osid.tracking.rules.records.QueueConstrainerSearchRecord | the queue constrainer search record | |
| Errors | NULL_ARGUMENT |  queueConstrainerSearchRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(queueConstrainerSearchRecordType)  is  
false   |                 ||
| Compliance | mandatory | This method must be implemented. | |