| Interface | osid.provisioning.ProvisionNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session defines methods to receive notifications on 
                adds/changes to   The two views defined in this session correspond to the 
                views in the   | ||
| 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 | useFederatedDistributorView | ||
| Description | 
                     Federates the view for methods in this session. A federated view will include provisions in distributors which are children of this distributor in the distributor hierarchy.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedDistributorView | ||
| Description | 
                     Isolates the view for methods in this session. An isolated view restricts notifications to this distributor only.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | registerForNewProvisions | ||
| Description | 
                     Register for notifications of new provisions.   | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewProvisionsForRequest | ||
| Description | 
                     Register for notifications of new provisions for the 
                    given request   | ||
| Parameters | osid.id.Id | requestId | the  Id  of the request to monitor  | 
| Errors | NULL_ARGUMENT |  requestId  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 | registerForNewProvisionsForProvisionable | ||
| Description | 
                     Register for notifications of new provisions for the 
                    given provisionable   | ||
| Parameters | osid.id.Id | provisionableId | the  Id  of the provisionable to monitor  | 
| Errors | NULL_ARGUMENT |  provisionableId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewProvisionsForRecipient | ||
| Description | 
                     Register for notifications of new provisions for the 
                    given resource   | ||
| Parameters | osid.id.Id | resourceId | the  Id  of the recipient to monitor  | 
| Errors | NULL_ARGUMENT |  resourceId  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. 
                      | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedProvisionsForRequest | ||
| Description | 
                     Register for notifications of updated provisions for 
                    the given request   | ||
| Parameters | osid.id.Id | requestId | the  Id  of the request to monitor  | 
| Errors | NULL_ARGUMENT |  requestId  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 | registerForChangedProvisionsForProvisionable | ||
| Description | 
                     Register for notifications of updated provisions for 
                    the given provisionable   | ||
| Parameters | osid.id.Id | provisionableId | the  Id  of the provisionable to monitor  | 
| Errors | NULL_ARGUMENT |  provisionableId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedProvisionsForRecipient | ||
| Description | 
                     Register for notifications of updated provisions for 
                    the given recipient   | ||
| Parameters | osid.id.Id | resourceId | the  Id  of the recipient to monitor  | 
| Errors | NULL_ARGUMENT |  resourceId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedProvision | ||
| Description | 
                     Registers for notification of an updated provision. 
                      | ||
| Parameters | osid.id.Id | provisionId | the  Id  of the  Provision  to monitor  | 
| Errors | NULL_ARGUMENT |  provisionId  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. 
                      | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedProvisionsForRequest | ||
| Description | 
                     Register for notifications of deleted provisions for 
                    the given request   | ||
| Parameters | osid.id.Id | requestId | the  Id  of the request to monitor  | 
| Errors | NULL_ARGUMENT |  requestId  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 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 | registerForDeletedProvisionsForProvisionable | ||
| Description | 
                     Register for notifications of deleted provisions for 
                    the given provisionable   | ||
| Parameters | osid.id.Id | provisionableId | the  Id  of the provisionable to monitor  | 
| Errors | NULL_ARGUMENT |  provisionableId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedProvisionsForRecipient | ||
| Description | 
                     Register for notifications of deleted provisions for 
                    the given recipient   | ||
| Parameters | osid.id.Id | resourceId | the  Id  of the recipient to monitor  | 
| Errors | NULL_ARGUMENT |  resourceId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedProvision | ||
| Description | 
                     Registers for notification of a deleted provision. 
                      | ||
| Parameters | osid.id.Id | provisionId | the  Id  of the  Provision  to monitor  | 
| Errors | NULL_ARGUMENT |  provisionId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |