OSID Logo
OSID Specifications
acknowledgement package
Version 3.0.0
Release Candidate Preview
Interfaceosid.acknowledgement.CreditReceiver
Implementsosid.OsidReceiver
Description

The credit receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted credits.

MethodnewCredits
Description

The callback for notifications of new credits.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcreditIdsthe Ids of the new credits
CompliancemandatoryThis method must be implemented.
MethodchangedCredits
Description

The callback for notifications of updated credits.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcreditIdsthe Ids of the updated credits
CompliancemandatoryThis method must be implemented.
MethoddeletedCredits
Description

the callback for notification of deleted credits.

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