Interface IssueConstrainerReceiver
- All Superinterfaces:
OsidReceiver
The issue constrainer receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
IssueConstrainer objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedIssueConstrainers(Id notificationId, IdList issueConstrainerIds) The callback for notification of updated issue constrainers.voiddeletedIssueConstrainers(Id notificationId, IdList issueConstrainerIds) The callback for notification of deleted issue constrainers.voidnewIssueConstrainers(Id notificationId, IdList issueConstrainerIds) The callback for notifications of new issue constrainers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newIssueConstrainers
-
changedIssueConstrainers
The callback for notification of updated issue constrainers.- Parameters:
notificationId- the notificationIdissueConstrainerIds- theIdof the updatedIssueConstrainers- Compliance:
mandatory- This method must be implemented.
-
deletedIssueConstrainers
The callback for notification of deleted issue constrainers.- Parameters:
notificationId- the notificationIdissueConstrainerIds- theIdof the deletedIssueConstrainers- Compliance:
mandatory- This method must be implemented.
-