Interface ProcessConstrainerReceiver
- All Superinterfaces:
OsidReceiver
The process receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
ProcessConstrainers .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedProcessConstrainers(Id notificationId, IdList processConstrainerIds) The callback for notification of updated process constrainers.voiddeletedProcessConstrainers(Id notificationId, IdList processConstrainerIds) The callback for notification of deleted process constrainers.voidnewProcessConstrainers(Id notificationId, IdList processConstrainerIds) The callback for notifications of new process constrainers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newProcessConstrainers
The callback for notifications of new process constrainers.- Parameters:
notificationId- the notificationIdprocessConstrainerIds- theIdof the newProcessConstrainers- Compliance:
mandatory- This method must be implemented.
-
changedProcessConstrainers
The callback for notification of updated process constrainers.- Parameters:
notificationId- the notificationIdprocessConstrainerIds- theIdof the updatedProcessConstrainers- Compliance:
mandatory- This method must be implemented.
-
deletedProcessConstrainers
The callback for notification of deleted process constrainers.- Parameters:
notificationId- the notificationIdprocessConstrainerIds- theIdof the deletedProcessConstrainers- Compliance:
mandatory- This method must be implemented.
-