Interface IssueProcessorEnablerReceiver
- All Superinterfaces:
OsidReceiver
The issue receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
IssueProcessorEnablers .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedIssueProcessorEnablers(Id notificationId, IdList issueProcessorEnablerIds) The callback for notification of updated issue processor enablers.voiddeletedIssueProcessorEnablers(Id notificationId, IdList issueProcessorEnablerIds) The callback for notification of deleted issue processor enablers.voidnewIssueProcessorEnablers(Id notificationId, IdList issueProcessorEnablerIds) The callback for notifications of new issue processor enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newIssueProcessorEnablers
The callback for notifications of new issue processor enablers.- Parameters:
notificationId- the notificationIdissueProcessorEnablerIds- theIdof the newIssueProcessorEnablers.- Compliance:
mandatory- This method must be implemented.
-
changedIssueProcessorEnablers
The callback for notification of updated issue processor enablers.- Parameters:
notificationId- the notificationIdissueProcessorEnablerIds- theIdof the updatedIssueProcessorEnablers.- Compliance:
mandatory- This method must be implemented.
-
deletedIssueProcessorEnablers
The callback for notification of deleted issue processor enablers.- Parameters:
notificationId- the notificationIdissueProcessorEnablerIds- theIdof the deletedIssueProcessorEnablers.- Compliance:
mandatory- This method must be implemented.
-