| Interface | osid.tracking.rules.QueueProcessorSmartFrontOfficeSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session manages queries and sequencing to create 
                "smart" dynamic front office. a   This   | ||
| Method | getFrontOfficeId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the  FrontOffice Id  associated with this session  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getFrontOffice | ||
| Description | 
                     Gets the   | ||
| Return | osid.tracking.FrontOffice | the office | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canManageSmartFrontOffices | ||
| Description | 
                     Tests if this user can manage smart front office. 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 front office management is not authorized, 
 true  otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueProcessorQuery | ||
| Description | 
                     Gets a queue processor query.  | ||
| Return | osid.tracking.rules.QueueProcessorQuery | the queue processor query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueProcessorSearchOrder | ||
| Description | 
                     Gets a queue processor search order.  | ||
| Return | osid.tracking.rules.QueueProcessorSearchOrder | the queue processor search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyQueueProcessorQuery | ||
| Description | 
                     Applies a queue processor query to this front office.  | ||
| Parameters | osid.tracking.rules.QueueProcessorQuery | queueProcessorQuery | the queue processor query | 
| Errors | NULL_ARGUMENT |  queueProcessorQuery  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  queueProcessorQuery  not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectQueueProcessorQuery | ||
| Description | 
                     Gets a queue processor query inspector for this front office.  | ||
| Return | osid.tracking.rules.QueueProcessorQueryInspector | the queue processor query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyQueueProcessorSequencing | ||
| Description | 
                     Applies a queue processor search order to this front office.  | ||
| Parameters | osid.tracking.rules.QueueProcessorSearchOrder | queueProcessorSearchOrder | the queue processor search order | 
| Errors | NULL_ARGUMENT |  queueProcessorSearchOrder  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  queueProcessorSearchOrder  not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueProcessorQueryFromInspector | ||
| Description | 
                     Gets a queue processor query from an inspector.  | ||
| Parameters | osid.tracking.rules.QueueProcessorQueryInspector | queueProcessorQueryInspector | a queue processor query inspector | 
| Return | osid.tracking.rules.QueueProcessorQuery | the queue processor query | |
| Errors | NULL_ARGUMENT |  queueProcessorQueryInspector  is  null   |                 |
| UNSUPPORTED |  queueProcessorQueryInspector  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |