| Interface | osid.resourcing.FoundryReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The foundry receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newFoundries | ||
| Description |
The callback for notifications of new foundries. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | foundryIds | the Ids of the new Foundries | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedFoundries | ||
| Description |
The callback for notification of updated foundry. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | foundryIds | the Ids of the updated Foundries | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedFoundries | ||
| Description |
The callback for notification of deleted foundries. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | foundryIds | the Ids of the deleted Foundries | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfFoundries | ||
| Description |
The callback for notifications of changes to children of foundry hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | foundryIds | the Ids of the Foundries whose children have
changed | |
| Compliance | mandatory | This method must be implemented. | |