OSID Logo
OSID Specifications
course registration package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.registration.ActivityBundleReceiver
Implementsosid.OsidReceiver
Description

The activity bundle receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted ActivityBundle objects.

MethodnewActivityBundles
Description

The callback for notifications of new activity bundles.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListactivityBundleIdsthe Ids of the new ActivityBundles
CompliancemandatoryThis method must be implemented.
MethodchangedActivityBundles
Description

The callback for notification of updated activity bundles.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListactivityBundleIdsthe Ids of the updated ActivityBundles
CompliancemandatoryThis method must be implemented.
MethoddeletedActivityBundles
Description

the callback for notification of deleted activity bundles.

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