| Interface | osid.profile.rules.ProfileEntryEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The profile entry enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted profile entry enablers. | ||
| Method | newProfileEntryEnablers | ||
| Description |
The callback for notifications of new profile entry enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | profileEntryEnablerIds | the Ids of the new ProfileEntryEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedProfileEntryEnablers | ||
| Description |
The callback for notification of updated profile entry enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | profileEntryEnablerIds | the Ids of the updated ProfileEntryEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedProfileEntryEnablers | ||
| Description |
The callback for notification of deleted profile entry enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | profileEntryEnablerIds | the Ids of the deleted ProfileEntryEnablers | |
| Compliance | mandatory | This method must be implemented. | |