| Interface | osid.workflow.rules.ProcessProcessorEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The process receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newProcessProcessorEnablers | ||
| Description |
The callback for notifications of new process processor enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | processProcessorEnablerIds | the Id of the new ProcessProcessorEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedProcessProcessorEnablers | ||
| Description |
The callback for notification of updated process processor enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | processProcessorEnablerIds | the Id of the updated ProcessProcessorEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedProcessProcessorEnablers | ||
| Description |
The callback for notification of deleted process processor enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | processProcessorEnablerIds | the Id of the deleted ProcessProcessorEnablers | |
| Compliance | mandatory | This method must be implemented. | |