| Interface | osid.hold.rules.IssueConstrainerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The issue constrainer receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
| Method | newIssueConstrainers | ||
| Description |
The callback for notifications of new issue constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | issueConstrainerIds | the Id of the new IssueConstrainers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedIssueConstrainers | ||
| Description |
The callback for notification of updated issue constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | issueConstrainerIds | the Id of the updated IssueConstrainers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedIssueConstrainers | ||
| Description |
The callback for notification of deleted issue constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | issueConstrainerIds | the Id of the deleted IssueConstrainers | |
| Compliance | mandatory | This method must be implemented. | |