| Interface | osid.provisioning.MyProvisionNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session defines methods to receive notifications on
adds/changes to | ||
| 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 | canRegisterForProvisionNotifications | ||
| Description |
Tests if this user can register for | ||
| Return | boolean | false if notification methods are not authorized,
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewProvisions | ||
| Description |
Register for notifications of new provisions for
resources related to the authenticated agent. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewProvisionsForPool | ||
| Description |
Register for notifications of new provisions for the
given pool | ||
| Parameters | osid.id.Id | poolId | the Id of the pool to monitor |
| Errors | NULL_ARGUMENT | poolId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewProvisionsForQueue | ||
| Description |
Register for notifications of new provisions for the
given queue | ||
| Parameters | osid.id.Id | queueId | the Id of the queue to monitor |
| Errors | NULL_ARGUMENT | queueId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewProvisionsForBroker | ||
| Description |
Register for notifications of new provisions for the
given broker | ||
| Parameters | osid.id.Id | brokerId | the Id of the broker to monitor |
| Errors | NULL_ARGUMENT | brokerId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedProvisions | ||
| Description |
Registers for notification of updated provisions for
resources related to the authenticated agent. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedProvisionsForPool | ||
| Description |
Register for notifications of updated provisions for
the given pool | ||
| Parameters | osid.id.Id | poolId | the Id of the pool to monitor |
| Errors | NULL_ARGUMENT | poolId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedProvisionsForQueue | ||
| Description |
Register for notifications of updated provisions for
the given queue | ||
| Parameters | osid.id.Id | queueId | the Id of the queue to monitor |
| Errors | NULL_ARGUMENT | queueId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedProvisionsForBroker | ||
| Description |
Register for notifications of updated provisions for
the given broker | ||
| Parameters | osid.id.Id | brokerId | the Id of the broker to monitor |
| Errors | NULL_ARGUMENT | brokerId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedProvisions | ||
| Description |
Registers for notification of deleted provisions for
resources related to the authenticated agent. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedProvisionsForPool | ||
| Description |
Register for notifications of deleted provisions for
the given pool | ||
| Parameters | osid.id.Id | poolId | the Id of the pool to monitor |
| Errors | NULL_ARGUMENT | poolId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedProvisionsForQueue | ||
| Description |
Register for notifications of deleted provisions for
the given queue | ||
| Parameters | osid.id.Id | queueId | the Id of the queue to monitor |
| Errors | NULL_ARGUMENT | queueId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedProvisionsForBroker | ||
| Description |
Register for notifications of deleted provisions for
the given broker | ||
| Parameters | osid.id.Id | brokerId | the Id of the vroker to monitor |
| Errors | NULL_ARGUMENT | queueId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |