OSID Logo
OSID Specifications
course chronicle package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListcredentialEntryIds the Ids of the new CredentialEntries
Compliancemandatory This method must be implemented.
MethodchangedCredentialEntries
Description

The callback for notification of updated credential entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcredentialEntryIds the Ids of the updated CredentialEntries
Compliancemandatory This method must be implemented.
MethoddeletedCredentialEntries
Description

the callback for notification of deleted credential entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcredentialEntryIds the Ids of the deleted CredentialEntries
Compliancemandatory This method must be implemented.