| Interface | osid.hold.rules.IssueProcessorEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The issue receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newIssueProcessorEnablers | ||
| Description |
The callback for notifications of new issue processor enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | issueProcessorEnablerIds | the Id of the new IssueProcessorEnablers. | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedIssueProcessorEnablers | ||
| Description |
The callback for notification of updated issue processor enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | issueProcessorEnablerIds | the Id of the updated IssueProcessorEnablers. | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedIssueProcessorEnablers | ||
| Description |
The callback for notification of deleted issue processor enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | issueProcessorEnablerIds | the Id of the deleted IssueProcessorEnablers. | |
| Compliance | mandatory | This method must be implemented. | |