| Interface | osid.workflow.rules.StepConstrainerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The step constrainer receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted step constrainers. | ||
| Method | newStepConstrainers | ||
| Description |
The callback for notifications of new step constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | stepConstrainerIds | the Ids of the new StepConstrainers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedStepConstrainers | ||
| Description |
The callback for notification of updated step constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | stepConstrainerIds | the Ids of the updated StepConstrainers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedStepConstrainers | ||
| Description |
The callback for notification of deleted step constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | stepConstrainerIds | the Ids of the deleted StepConstrainers | |
| Compliance | mandatory | This method must be implemented. | |