| Interface | osid.hold.rules.IssueEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The issue enabler receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
| Method | newIssueEnablers | ||
| Description |
The callback for notifications of new issue enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | issueEnablerIds | the Id of the new IssueEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedIssueEnablers | ||
| Description |
The callback for notification of updated issue enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | issueEnablerIds | the Id of the updated IssueEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedIssueEnablers | ||
| Description |
The callback for notification of deleted issue enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | issueEnablerIds | the Id of the deleted IssueEnablers | |
| Compliance | mandatory | This method must be implemented. | |