| Interface | osid.workflow.rules.StepEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The step receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newStepEnablers | ||
| Description |
The callback for notifications of new step enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | stepEnablerIds | the Id of the new StepEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedStepEnablers | ||
| Description |
The callback for notification of updated step enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | stepEnablerIds | the Id of the updated StepEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedStepEnablers | ||
| Description |
The callback for notification of deleted step enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | stepEnablerIds | the Id of the deleted StepEnablers | |
| Compliance | mandatory | This method must be implemented. | |