Interface | osid.profile.ProfileEntryReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The profile entry receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
Method | newProfileEntries | ||
Description |
The callback for notifications of new profile entries. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | profileEntryIds | the Ids of the new ProfileEntries | |
Compliance | mandatory | This method must be implemented. | |
Method | changedProfileEntries | ||
Description |
The callback for notification of updated profile entry. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | profileEntryIds | the Ids of the updated ProfileEntries | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedProfileEntries | ||
Description |
The callback for notification of deleted profile entries. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | profileEntryIds | the Ids of the deleted ProfileEntries | |
Compliance | mandatory | This method must be implemented. |