Interface | osid.forum.PostReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The post receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newPosts | ||
Description |
The callback for notifications of new posts. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | postIds | the Ids of the new Posts | |
Compliance | mandatory | This method must be implemented. | |
Method | changedPosts | ||
Description |
The callback for notification of updated posts. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | postIds | the Ids of the updated Posts | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedPosts | ||
Description |
the callback for notification of deleted posts. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | postIds | the Ids of the registered Posts | |
Compliance | mandatory | This method must be implemented. |