| Interface | osid.hold.rules.IssueProcessorReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The issue processor receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
| Method | newIssueProcessors | ||
| Description |
The callback for notifications of new issue processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | issueProcessorIds | the Id of the new IssueProcessors | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedIssueProcessors | ||
| Description |
The callback for notification of updated issue processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | issueProcessorIds | the Id of the updated IssueProcessors | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedIssueProcessors | ||
| Description |
The callback for notification of deleted issue processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | issueProcessorIds | the Id of the deleted IssueProcessors | |
| Compliance | mandatory | This method must be implemented. | |