| Interface | osid.provisioning.DistributorNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.provisioning.ProvisioningManager | ||
osid.provisioning.ProvisioningProxyManager | |||
| Description |
This session defines methods to receive notifications on
adds/changes to | ||
| Method | canRegisterForDistributorNotifications | ||
| 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 | reliableDistributorNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using
| ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableDistributorNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeDistributorNotification | ||
| Description |
Acknowledge a distributor notification. | ||
| Parameters | osid.id.Id | notificationId | the Id of the notification |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewDistributors | ||
| Description |
Register for notifications of new distributors.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedDistributors | ||
| Description |
Registers for notification of updated distributors.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedDistributor | ||
| Description |
Registers for notification of an updated distributor.
| ||
| Parameters | osid.id.Id | distributorId | the Id of the Distributor to monitor |
| Errors | NULL_ARGUMENT | distributorId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedDistributors | ||
| Description |
Registers for notification of deleted distributors.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedDistributor | ||
| Description |
Registers for notification of a deleted distributor.
| ||
| Parameters | osid.id.Id | distributorId | the Id of the Distributor to monitor |
| Errors | NULL_ARGUMENT | distributorId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedDistributorHierarchy | ||
| Description |
Registers for notification of an updated distributor
hierarchy structure.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedDistributorHierarchyForAncestors | ||
| Description |
Registers for notification of an updated distributor
hierarchy structure.
| ||
| Parameters | osid.id.Id | distributorId | the Id of the Distributor node to monitor |
| Errors | NULL_ARGUMENT | distributorId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedDistributorHierarchyForDescendants | ||
| Description |
Registers for notification of an updated distributor
hierarchy structure.
| ||
| Parameters | osid.id.Id | distributorId | the Id of the Distributor node to monitor |
| Errors | NULL_ARGUMENT | distributorId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |