| Interface | osid.resourcing.WorkReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The work receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newWorks | ||
| Description |
The callback for notifications of new works. | ||
| Parameters | osid.id.IdList | workIds | the Ids of the new Works |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedWorks | ||
| Description |
The callback for notification of updated works. | ||
| Parameters | osid.id.IdList | workIds | the Ids of the updated Works |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedWorks | ||
| Description |
The callback for notification of deleted works. | ||
| Parameters | osid.id.IdList | workIds | the Ids of the deleted Works |
| Compliance | mandatory | This method must be implemented. | |