OSID Logo
OSID Specifications
course chronicle package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.chronicle.CredentialEntryReceiver
Implementsosid.OsidReceiver
Description

The credential entry receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted credential entries.

MethodnewCredentialEntries
Description

The callback for notifications of new credential entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcredentialEntryIdsthe Ids of the new CredentialEntries
CompliancemandatoryThis method must be implemented.
MethodchangedCredentialEntries
Description

The callback for notification of updated credential entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcredentialEntryIdsthe Ids of the updated CredentialEntries
CompliancemandatoryThis method must be implemented.
MethoddeletedCredentialEntries
Description

the callback for notification of deleted credential entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcredentialEntryIdsthe Ids of the deleted CredentialEntries
CompliancemandatoryThis method must be implemented.