Interface ProcessProcessorReceiver
- All Superinterfaces:
OsidReceiver
The process receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
ProcessProcessors .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedProcessProcessors(Id notificationId, IdList processProcessorIds) The callback for notification of updated process processors.voiddeletedProcessProcessors(Id notificationId, IdList processProcessorIds) The callback for notification of deleted process processors.voidnewProcessProcessors(Id notificationId, IdList processProcessorIds) The callback for notifications of new process processors.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newProcessProcessors
-
changedProcessProcessors
The callback for notification of updated process processors.- Parameters:
notificationId- the notificationIdprocessProcessorIds- theIdof the updatedProcessProcessors- Compliance:
mandatory- This method must be implemented.
-
deletedProcessProcessors
The callback for notification of deleted process processors.- Parameters:
notificationId- the notificationIdprocessProcessorIds- theIdof the deletedProcessProcessors- Compliance:
mandatory- This method must be implemented.
-