| Interface | osid.hold.IssueReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The issue receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted issues. | ||
| Method | newIssues | ||
| Description |
The callback for notifications of new issues. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | issueIds | the Ids of the new Issues | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedIssues | ||
| Description |
The callback for notification of updated issues. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | issueIds | the Ids of the updated Issues | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedIssues | ||
| Description |
The callback for notification of deleted issues. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | issueIds | the Ids of the deleted Issues | |
| Compliance | mandatory | This method must be implemented. | |