| Interface | osid.course.chronicle.CredentialEntryReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | The credential entry receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted credential entries. | ||
| Method | newCredentialEntries | ||
| Description | The callback for notifications of new credential entries. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | credentialEntryIds | the  Ids of the new CredentialEntries  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedCredentialEntries | ||
| Description | The callback for notification of updated credential entries. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | credentialEntryIds | the  Ids of the updated CredentialEntries  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedCredentialEntries | ||
| Description | the callback for notification of deleted credential entries. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | credentialEntryIds | the  Ids of the deleted CredentialEntries  | |
| Compliance | mandatory | This method must be implemented. | |