| Interface | osid.provisioning.QueueSmartDistributorSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session manages queries and sequencing to create 
                "smart" dynamic catalogs. A   This   | ||
| Method | getDistributorId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the  Distributor Id  associated with this session  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDistributor | ||
| Description | 
                     Gets the   | ||
| Return | osid.provisioning.Distributor | the distributor | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canManageSmartDistributors | ||
| Description | 
                     Tests if this user can manage smart distributors. A 
                    return of true does not guarantee successful 
                    authorization. A return of false indicates that it is 
                    known methods in this session will result in a   | ||
| Return | boolean |  false  if smart distributor management is not authorized, 
 true  otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueQuery | ||
| Description | 
                     Gets a queue query.  | ||
| Return | osid.provisioning.QueueQuery | the queue query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueSearchOrder | ||
| Description | 
                     Gets a queue search order.  | ||
| Return | osid.provisioning.QueueSearchOrder | the queue search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyQueueQuery | ||
| Description | 
                     Applies a queue query to this distributor.  | ||
| Parameters | osid.provisioning.QueueQuery | queueQuery | the queue query | 
| Errors | NULL_ARGUMENT |  queueQuery  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  queueQuery  not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspecQueueQuery | ||
| Description | 
                     Gets a queue query inspector for this distributor.  | ||
| Return | osid.provisioning.QueueQueryInspector | the queue query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyQueueSequencing | ||
| Description | 
                     Applies a queue search order to this distributor.  | ||
| Parameters | osid.provisioning.QueueSearchOrder | queueSearchOrder | the queue search order | 
| Errors | NULL_ARGUMENT |  queueSearchOrder  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  queueSearchOrder  not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueQueryFromInspector | ||
| Description | 
                     Gets a queue query from an inspector.  | ||
| Parameters | osid.provisioning.QueueQueryInspector | queueQueryInspector | a queue query inspector | 
| Return | osid.provisioning.QueueQuery | the queue query | |
| Errors | NULL_ARGUMENT |  queueQueryInspector  is  null   |                 |
| UNSUPPORTED |  queueQueryInspector  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |