Interface IssueProcessorReceiver
- All Superinterfaces:
OsidReceiver
The issue processor receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
IssueProcessor objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedIssueProcessors(Id notificationId, IdList issueProcessorIds) The callback for notification of updated issue processors.voiddeletedIssueProcessors(Id notificationId, IdList issueProcessorIds) The callback for notification of deleted issue processors.voidnewIssueProcessors(Id notificationId, IdList issueProcessorIds) The callback for notifications of new issue processors.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newIssueProcessors
-
changedIssueProcessors
-
deletedIssueProcessors
-