Interface | osid.tracking.rules.QueueConstrainerEnablerSmartFrontOfficeSession | ||
---|---|---|---|
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 | getQueueConstrainerEnablerQuery | ||
Description |
Gets a queue constrainer enabler query. | ||
Return | osid.tracking.rules.QueueConstrainerEnablerQuery | the queue constrainer enabler query | |
Compliance | mandatory | This method must be implemented. | |
Method | getQueueConstrainerEnablerSearchOrder | ||
Description |
Gets a queue constrainer enabler search order. | ||
Return | osid.tracking.rules.QueueConstrainerEnablerSearchOrder | the queue constrainer enabler search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyQueueConstrainerEnablerQuery | ||
Description |
Applies a queue constrainer enabler query to this front office. | ||
Parameters | osid.tracking.rules.QueueConstrainerEnablerQuery | queueConstrainerEnablerQuery | the queue constrainer enabler query |
Errors | NULL_ARGUMENT | queueConstrainerEnablerQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | queueConstrainerEnablerQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectQueueConstrainerEnablerQuery | ||
Description |
Gets a queue constrainer enabler query inspector for this front office. | ||
Return | osid.tracking.rules.QueueConstrainerEnablerQueryInspector | the queue constrainer enabler query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyQueueConstrainerEnablerSequencing | ||
Description |
Applies a queue constrainer enabler search order to this front office. | ||
Parameters | osid.tracking.rules.QueueConstrainerEnablerSearchOrder | queueConstrainerEnablerSearchOrder | the queue constrainer enabler search order |
Errors | NULL_ARGUMENT | queueConstrainerEnablerSearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | queueConstrainerEnablerSearchOrder not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getQueueConstrainerEnablerQueryFromInspector | ||
Description |
Gets a queue constrainer enabler query from an inspector. | ||
Parameters | osid.tracking.rules.QueueConstrainerEnablerQueryInspector | queueConstrainerEnablerQueryInspector | a queue constrainer enabler query inspector |
Return | osid.tracking.rules.QueueConstrainerEnablerQuery | the queue constrainer enabler query | |
Errors | NULL_ARGUMENT | queueConstrainerEnablerQueryInspector is null | |
UNSUPPORTED | queueConstrainerEnablerQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |