Interface ProcessReceiver
- All Superinterfaces:
OsidReceiver
The process receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Process
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfProcesses(Id notificationId, IdList processIds) The callback for notifications of changes to children of process hierarchy nodes.voidchangedProcesses(Id notificationId, IdList processIds) The callback for notification of updated processes.voiddeletedProcesses(Id notificationId, IdList processIds) The callback for notification of deleted processes.voidnewProcesses(Id notificationId, IdList processIds) The callback for notifications of new processes.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newProcesses
-
changedProcesses
-
deletedProcesses
-
changedChildOfProcesses
The callback for notifications of changes to children of process hierarchy nodes.- Parameters:
notificationId- the notificationIdprocessIds- theIdsof theProcesseswhose children have changed- Compliance:
mandatory- This method must be implemented.
-