Interface | osid.tracking.rules.QueueProcessorEnablerSmartFrontOfficeSession | ||
---|---|---|---|
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 | getQueueProcessorEnablerQuery | ||
Description |
Gets a queue processor enabler query. | ||
Return | osid.tracking.rules.QueueProcessorEnablerQuery | the queue processor enabler query | |
Compliance | mandatory | This method must be implemented. | |
Method | getQueueProcessorEnablerSearchOrder | ||
Description |
Gets a queue processor enabler search order. | ||
Return | osid.tracking.rules.QueueProcessorEnablerSearchOrder | the queue processor enabler search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyQueueProcessorEnablerQuery | ||
Description |
Applies a queue processor enabler query to this front office. | ||
Parameters | osid.tracking.rules.QueueProcessorEnablerQuery | queueProcessorEnablerQuery | the queue processor enabler query |
Errors | NULL_ARGUMENT | queueProcessorEnablerQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | queueProcessorEnablerQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectQueueProcessorEnablerQuery | ||
Description |
Gets a queue processor enabler query inspector for this front office. | ||
Return | osid.tracking.rules.QueueProcessorEnablerQueryInspector | the queue processor enabler query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyQueueProcessorEnablerSequencing | ||
Description |
Applies a queue processor enabler search order to this front office. | ||
Parameters | osid.tracking.rules.QueueProcessorEnablerSearchOrder | queueProcessorEnablerSearchOrder | the queue processor enabler search order |
Errors | NULL_ARGUMENT | queueProcessorEnablerSearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | queueProcessorEnablerSearchOrder not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getQueueProcessorEnablerQueryFromInspector | ||
Description |
Gets a queue processor enabler query from an inspector. | ||
Parameters | osid.tracking.rules.QueueProcessorEnablerQueryInspector | queueProcessorEnablerQueryInspector | a queue processor enabler query inspector |
Return | osid.tracking.rules.QueueProcessorEnablerQuery | the queue processor enabler query | |
Errors | NULL_ARGUMENT | queueProcessorEnablerQueryInspector is null | |
UNSUPPORTED | queueProcessorEnablerQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |