| Interface | osid.workflow.rules.ProcessConstrainerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The process receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newProcessConstrainers | ||
| Description |
The callback for notifications of new process constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | processConstrainerIds | the Id of the new ProcessConstrainers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedProcessConstrainers | ||
| Description |
The callback for notification of updated process constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | processConstrainerIds | the Id of the updated ProcessConstrainers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedProcessConstrainers | ||
| Description |
The callback for notification of deleted process constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | processConstrainerIds | the Id of the deleted ProcessConstrainers | |
| Compliance | mandatory | This method must be implemented. | |