| Interface | osid.workflow.rules.ProcessConstrainerEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The process receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newProcessConstrainerEnablers | ||
| Description |
The callback for notifications of new process constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | processConstrainerEnablerIds | the Id of the new ProcessConstrainerEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedProcessConstrainerEnablers | ||
| Description |
The callback for notification of updated process constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | processConstrainerEnablerIds | the Id of the updated ProcessConstrainerEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedProcessConstrainerEnablers | ||
| Description |
The callback for notification of deleted process constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | processConstrainerEnablerIds | the Id of the deleted ProcessConstrainerEnablers | |
| Compliance | mandatory | This method must be implemented. | |