OSID Logo
OSID Specifications
assessment package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListbankIds the Ids of the Banks
Compliancemandatory This method must be implemented.
MethodchangedBanks
Description

The callback for notification of updated banks.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbankIds the Ids of the Banks
Compliancemandatory This method must be implemented.
MethoddeletedBanks
Description

The callback for notification of deleted banks.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbankIds the Ids of the Banks
Compliancemandatory This method must be implemented.
MethodchangedChildOfBanks
Description

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

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListbankIds the Ids of the Banks whose children have changed
Compliancemandatory This method must be implemented.