| Interface | osid.tracking.rules.QueueEnablerRuleApplicationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.tracking.rules.TrackingRulesManager | ||
osid.tracking.rules.TrackingRulesProxyManager | |||
| Description |
This session provides methods to apply
| ||
| 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 front office | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canAssignQueueEnablers | ||
| Description |
Tests if this user can alter queue enabler/queue
mappings. A return of true does not guarantee successful
authorization. A return of false indicates that it is
known mapping methods in this session will result in a
| ||
| Return | boolean | false if mapping is not authorized, true
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | assignQueueEnablerToQueue | ||
| Description |
Adds an existing | ||
| Parameters | osid.id.Id | queueEnablerId | the Id of the QueueEnabler |
osid.id.Id | queueId | the Id of the Queue | |
| Errors | ALREADY_EXISTS | queueEnablerId already applied to queueId | |
| NOT_FOUND | queueEnablerId or queueId not found | ||
| NULL_ARGUMENT | queueEnablerId or queueId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | unassignQueueEnablerFromQueue | ||
| Description |
Removes an existing | ||
| Parameters | osid.id.Id | queueEnablerId | the Id of the QueueEnabler |
osid.id.Id | queueId | the Id of the Queue | |
| Errors | NOT_FOUND | queueEnablerId or queueId not found or
queueEnablerId already applied to queueId | |
| NULL_ARGUMENT | queueEnablerId or queueId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canSequenceQueueEnablers | ||
| Description |
Tests if this user can order | ||
| Return | boolean | false if QueueEnabler ordering is not authorized,
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | moveQueueEnablerAhead | ||
| Description |
Reorders queue enablers for a queue by moving the specified queue enabler in front of a reference queue enabler. | ||
| Parameters | osid.id.Id | queueEnablerId | the Id of the QueueEnabler |
osid.id.Id | queueId | the Id of the Queue | |
osid.id.Id | referenceId | the reference queue enabler Id | |
| Errors | NOT_FOUND | queueEnablerId, queueId , or referenceId not
found or, queueEnablerId or referenceId not related
to queueId | |
| NULL_ARGUMENT | queueEnablerId, queueId , or referenceId is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | moveQueueEnablerBehind | ||
| Description |
Reorders queue enablers for a queue by moving the specified queue enabler behind a reference queue enabler. | ||
| Parameters | osid.id.Id | queueEnablerId | the Id of the QueueEnabler |
osid.id.Id | queueId | the Id of the Queue | |
osid.id.Id | referenceId | the reference queue enabler Id | |
| Errors | NOT_FOUND | queueEnablerId, queueId , or referenceId not
found or, queueEnablerId or referenceId not related
to queueId | |
| NULL_ARGUMENT | queueEnablerId, queueId , or referenceId is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | orderQueueEnablers | ||
| Description |
Reorders a set of queue enablers for a queue. | ||
| Parameters | osid.id.Id[] | queueEnablerIds | the Ids for a set of QueueEnablers |
osid.id.Id | queueId | the Id of the Queue | |
| Errors | NOT_FOUND | queueEnablerId, queueId , or referenceId not
found or, queueEnablerId or referenceId not related
to queueId | |
| NULL_ARGUMENT | queueEnablerIds, queueId , or referenceId is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |