| Interface | osid.profile.ProfileReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The profile receiver is the consumer supplied interface for 
                receiving notifications pertaining to new, updated or deleted 
                  | ||
| Method | newProfiles | ||
| Description | 
                     The callback for notifications of new profiles.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | profileIds | the  Ids  of the new  Profiles   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedProfiles | ||
| Description | 
                     The callback for notification of updated profiles.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | profileIds | the  Ids  of the updated  Profiles   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedProfiles | ||
| Description | 
                     The callback for notification of deleted profiles.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | profileIds | the  Ids  of the deleted  Profiles   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfProfiles | ||
| Description | 
                     The callback for notifications of changes to children of profile hierarchy nodes.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | profileIds | the  Ids  of the  Profiles  whose children have 
changed  | |
| Compliance | mandatory | This method must be implemented. | |