Interface | osid.blogging.EntryReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The entry receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newEntries | ||
Description |
The callback for notifications of new entries. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | entryIds | the Id of the new Entries | |
Compliance | mandatory | This method must be implemented. | |
Method | changedEntries | ||
Description |
The callback for notification of updated entries. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | entryIds | the Id of the updated Entries | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedEntries | ||
Description |
the callback for notification of deleted entries. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | entryIds | the Id of the deleted Entries | |
Compliance | mandatory | This method must be implemented. |