| Interface | osid.workflow.rules.ProcessEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The process enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted process enablers. | ||
| Method | newProcessEnablers | ||
| Description |
The callback for notifications of new process enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | processEnablerIds | the Ids of the new ProcessEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedProcessEnablers | ||
| Description |
The callback for notification of updated process enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | processEnablerIds | the Ids of the updated ProcessEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedProcessEnablers | ||
| Description |
The callback for notification of deleted process enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | processEnablerIds | the Ids of the deleted ProcessEnablers | |
| Compliance | mandatory | This method must be implemented. | |