| Interface | osid.workflow.rules.ProcessProcessorReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The process receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newProcessProcessors | ||
| Description |
The callback for notifications of new process processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | processProcessorIds | the Id of the new ProcessProcessors | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedProcessProcessors | ||
| Description |
The callback for notification of updated process processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | processProcessorIds | the Id of the updated ProcessProcessors | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedProcessProcessors | ||
| Description |
The callback for notification of deleted process processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | processProcessorIds | the Id of the deleted ProcessProcessors | |
| Compliance | mandatory | This method must be implemented. | |