OSID Logo
OSID Specifications
journaling package
Version 3.0.0
Release Candidate Preview
Interfaceosid.journaling.BranchReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewBranches
Description

The callback for notifications of new branches.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbranchIdsthe Ids of the new Branches
CompliancemandatoryThis method must be implemented.
MethodchangedBranches
Description

The callback for notification of updated branches.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListbranchIdsthe Ids of the updated Branches
CompliancemandatoryThis method must be implemented.
MethoddeletedBranches
Description

the callback for notification of deleted branches.

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