| Interface | osid.authorization.FunctionReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The function receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newFunctions | ||
| Description |
The callback for notifications of new functions. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | functionIds | the Id of the new Functions | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedFunctions | ||
| Description |
The callback for notification of updated functions. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | functionIds | the Id of the updated Functions | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedFunctions | ||
| Description |
The callback for notification of deleted functions. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | functionIds | the Id of the deleted Functions | |
| Compliance | mandatory | This method must be implemented. | |