Interface IssueConstrainerEnablerReceiver
- All Superinterfaces:
OsidReceiver
The issue receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
IssueConstrainerEnablers .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedIssueConstrainerEnablers(Id notificationId, IdList issueConstrainerEnablerIds) The callback for notification of updated issue constrainer enablers.voiddeletedIssueConstrainerEnablers(Id notificationId, IdList issueConstrainerEnablerIds) The callback for notification of deleted issue constrainer enablers.voidnewIssueConstrainerEnablers(Id notificationId, IdList issueConstrainerEnablerIds) The callback for notifications of new issue constrainer enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newIssueConstrainerEnablers
The callback for notifications of new issue constrainer enablers.- Parameters:
notificationId- the notificationIdissueConstrainerEnablerIds- theIdof the newIssueConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
changedIssueConstrainerEnablers
The callback for notification of updated issue constrainer enablers.- Parameters:
notificationId- the notificationIdissueConstrainerEnablerIds- theIdof the updatedIssueConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedIssueConstrainerEnablers
The callback for notification of deleted issue constrainer enablers.- Parameters:
notificationId- the notificationIdissueConstrainerEnablerIds- theIdof the deletedIssueConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-