| Interface | osid.hold.OublietteReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The oubliette receiver is the consumer supplied interface 
                for receiving notifications pertaining to new, updated or 
                deleted   | ||
| Method | newOubliettes | ||
| Description | 
                     The callback for notifications of new oubliettes.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | oublietteIds | the  Ids  of the new  Oubliettes   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedOubliettes | ||
| Description | 
                     The callback for notification of updated oubliette.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | oublietteIds | the  Ids  of the updated  Oubliettes   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedOubliettes | ||
| Description | 
                     The callback for notification of deleted oubliettes.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | oublietteIds | the  Ids  of the deleted  Oubliettes   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfOubliettes | ||
| Description | 
                     The callback for notifications of changes to children of oubliette hierarchy nodes.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | oublietteIds | the  Ids  of the  Oubliettes  whose children have 
changed  | |
| Compliance | mandatory | This method must be implemented. | |