| Interface | osid.hold.rules.IssueConstrainerEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The issue receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newIssueConstrainerEnablers | ||
| Description |
The callback for notifications of new issue constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | issueConstrainerEnablerIds | the Id of the new IssueConstrainerEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedIssueConstrainerEnablers | ||
| Description |
The callback for notification of updated issue constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | issueConstrainerEnablerIds | the Id of the updated IssueConstrainerEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedIssueConstrainerEnablers | ||
| Description |
The callback for notification of deleted issue constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | issueConstrainerEnablerIds | the Id of the deleted IssueConstrainerEnablers | |
| Compliance | mandatory | This method must be implemented. | |