Interface JobConstrainerEnablerReceiver
- All Superinterfaces:
OsidReceiver
The job constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted job constrainer enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedJobConstrainerEnablers(Id notificationId, IdList jobConstrainerEnablerIds) The callback for notification of updated job constrainer enablers.voiddeletedJobConstrainerEnablers(Id notificationId, IdList jobConstrainerEnablerIds) The callback for notification of deleted job constrainer enablers.voidnewJobConstrainerEnablers(Id notificationId, IdList jobConstrainerEnablerIds) The callback for notifications of new job constrainer enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newJobConstrainerEnablers
The callback for notifications of new job constrainer enablers.- Parameters:
notificationId- the notification IdjobConstrainerEnablerIds- theIdsof the newJobConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
changedJobConstrainerEnablers
The callback for notification of updated job constrainer enablers.- Parameters:
notificationId- the notification IdjobConstrainerEnablerIds- theIdsof the updatedJobConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedJobConstrainerEnablers
The callback for notification of deleted job constrainer enablers.- Parameters:
notificationId- the notification IdjobConstrainerEnablerIds- theIdsof the deletedJobConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-