Interface | osid.course.ActivityUnitReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The activity unit receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
Method | newActivityUnits | ||
Description |
The callback for notifications of new activity units. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | activityUnitIds | the Ids of the new ActivityUnits | |
Compliance | mandatory | This method must be implemented. | |
Method | changedActivityUnits | ||
Description |
The callback for notification of updated activity units. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | activityUnitIds | the Ids of the updated ActivityUnits | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedActivityUnits | ||
Description |
the callback for notification of deleted activity units. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | activityUnitIds | the Ids of the deleted ActivityUnits | |
Compliance | mandatory | This method must be implemented. |