OSID Logo
OSID Specifications
assessment package
Version 3.0.0
Release Candidate Preview
Interfaceosid.assessment.BankReceiver
Implementsosid.OsidReceiver
Description

The bank receiver is the consumer supplied interface for receiving notifications pertaining to new, updated, or deleted Bank objects.

MethodnewBanks
Description

The callback for notifications of new banks.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbankIdsthe Ids of the Banks
CompliancemandatoryThis method must be implemented.
MethodchangedBanks
Description

The callback for notification of updated banks.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbankIdsthe Ids of the Banks
CompliancemandatoryThis method must be implemented.
MethoddeletedBanks
Description

The callback for notification of deleted banks.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbankIdsthe Ids of the Banks
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfBanks
Description

The callback for notifications of changes to children of bank hierarchy nodes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbankIdsthe Ids of the Banks whose children have changed
CompliancemandatoryThis method must be implemented.