| Interface | osid.provisioning.RequestTransactionReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The request transaction receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
| Method | newRequestTransactions | ||
| Description |
The callback for notifications of new request transactions. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | requestTransactionIds | the Ids of the new RequestTransactions | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedRequestTransactions | ||
| Description |
The callback for notification of updated request transactions. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | requestTransactionIds | the Ids of the updated RequestTransactions | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedRequestTransactions | ||
| Description |
The callback for notification of deleted request transactions. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | requestTransactionIds | the Ids of the deleted RequestTransactions | |
| Compliance | mandatory | This method must be implemented. | |