Interface ProcessConstrainerEnablerReceiver
- All Superinterfaces:
OsidReceiver
The process receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
ProcessConstrainerEnablers .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedProcessConstrainerEnablers(Id notificationId, IdList processConstrainerEnablerIds) The callback for notification of updated process constrainer enablers.voiddeletedProcessConstrainerEnablers(Id notificationId, IdList processConstrainerEnablerIds) The callback for notification of deleted process constrainer enablers.voidnewProcessConstrainerEnablers(Id notificationId, IdList processConstrainerEnablerIds) The callback for notifications of new process constrainer enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newProcessConstrainerEnablers
The callback for notifications of new process constrainer enablers.- Parameters:
notificationId- the notificationIdprocessConstrainerEnablerIds- theIdof the newProcessConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
changedProcessConstrainerEnablers
The callback for notification of updated process constrainer enablers.- Parameters:
notificationId- the notificationIdprocessConstrainerEnablerIds- theIdof the updatedProcessConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedProcessConstrainerEnablers
The callback for notification of deleted process constrainer enablers.- Parameters:
notificationId- the notificationIdprocessConstrainerEnablerIds- theIdof the deletedProcessConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-