Interface | osid.course.ActivityReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The activity receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
Method | newActivities | ||
Description |
The callback for notifications of new activities. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | activityIds | the Ids of the new Activities | |
Compliance | mandatory | This method must be implemented. | |
Method | changedActivities | ||
Description |
The callback for notification of updated activities. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | activityIds | the Ids of the updated Activities | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedActivities | ||
Description |
the callback for notification of deleted activities. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | activityIds | the Ids of the deleted Activities | |
Compliance | mandatory | This method must be implemented. |