Interface | osid.provisioning.rules.QueueProcessorEnablerRuleApplicationSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods to apply | ||
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 | canAssignQueueProcessorEnablers | ||
Description |
Tests if this user can alter queue processor
enabler/queue processor 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 | assignQueueProcessorEnablerToQueueProcessor | ||
Description |
Adds an existing | ||
Parameters | osid.id.Id | queueProcessorEnablerId | the Id of the QueueProcessorEnabler |
osid.id.Id | queueProcessorId | the Id of the QueueProcessor | |
Errors | ALREADY_EXISTS | queueProcessorEnablerId is already applied to
queueProcessorId | |
NOT_FOUND | queueProcessorEnablerId or queueProcessorId
not found | ||
NULL_ARGUMENT | queueProcessorEnablerId or queueProcessorId
is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | unassignQueueProcessorEnablerFromQueueProcessor | ||
Description |
Removes a | ||
Parameters | osid.id.Id | queueProcessorEnablerId | the Id of the QueueProcessorEnabler |
osid.id.Id | queueProcessorId | the Id of the QueueProcessor | |
Errors | NOT_FOUND | queueProcessorEnablerId or queueProcessorId
not found or queueProcessorEnablerId not applied to
queueProcessorId | |
NULL_ARGUMENT | queueProcessorEnablerId or queueProcessorId
is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | canSequenceQueueProcessorEnablers | ||
Description |
Tests if this user can order | ||
Return | boolean | false if QueueProcessorEnabler ordering is
not authorized, true otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | moveQueueProcessorEnablerAhead | ||
Description |
Reorders queue processor enablers for a queue processor by moving the specified queue processor enabler in front of a reference queue processor enabler. | ||
Parameters | osid.id.Id | queueProcessorEnablerId | the Id of a QueueProcessorEnabler |
osid.id.Id | queueProcessorId | the Id of a QueueProcessor | |
osid.id.Id | referenceId | the reference queue processor enabler Id | |
Errors | NOT_FOUND | queueProcessorEnablerId, queueProcessorId, or
referenceId not found or, queueProcessorEnablerId or
referenceId not related to queueProcessorId | |
NULL_ARGUMENT | queueProcessorEnablerId, queueProcessorId, or
referenceId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | moveQueueProcessorEnablerBehind | ||
Description |
Reorders queue processor enablers for a queue processor by moving the specified queue processor enabler behind a reference queue processor enabler. | ||
Parameters | osid.id.Id | queueProcessorEnablerId | the Id of a QueueProcessorEnabler |
osid.id.Id | queueProcessorId | the Id of a QueueProcessor | |
osid.id.Id | referenceId | the reference queue processor enabler Id | |
Errors | NOT_FOUND | queueProcessorEnablerId, queueProcessorId, or
referenceId not found or, queueProcessorEnablerId or
referenceId not related to queueProcessorId | |
NULL_ARGUMENT | queueProcessorEnablerId, queueProcessorId, or
referenceId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | orderQueueProcessorEnablers | ||
Description |
Reorders a set of queue processor enablers for a queue processor. | ||
Parameters | osid.id.Id[] | queueProcessorEnablerIds | the Ids for a set of QueueProcessorEnablers |
osid.id.Id | queueProcessorId | the Id of a QueueProcessor | |
Errors | NOT_FOUND | queueProcessorId not found or, a
queueProcessorEnablerId not related to queueProcessorId | |
NULL_ARGUMENT | queueProcessorEnablerIds or queueProcessorId
is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |