Interface ActivityReceiver
- All Superinterfaces:
OsidReceiver
The activity receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Activity
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedActivities(Id notificationId, IdList activityIds) The callback for notification of updated activities.voidchangedChildOfActivities(Id notificationId, IdList activityIds) The callback for notifications of changes to children of activity hierarchy nodes.voiddeletedActivities(Id notificationId, IdList activityIds) the callback for notification of deleted activities.voidnewActivities(Id notificationId, IdList activityIds) The callback for notifications of new activities.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newActivities
-
changedActivities
-
deletedActivities
-
changedChildOfActivities
The callback for notifications of changes to children of activity hierarchy nodes.- Parameters:
notificationId- the notificationIdactivityIds- theIdsof theActivitieswhose children have changed- Compliance:
mandatory- This method must be implemented.
-