| Interface | osid.workflow.rules.StepConstrainerEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The step constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted step constrainer enablers.  | ||
| Method | newStepConstrainerEnablers | ||
| Description | 
                     The callback for notifications of new step constrainer enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | stepConstrainerEnablerIds | the  Ids  of the new  StepConstrainerEnablers   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedStepConstrainerEnablers | ||
| Description | 
                     The callback for notification of updated step constrainer enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | stepConstrainerEnablerIds | the  Ids  of the updated  StepConstrainerEnablers 
  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedStepConstrainerEnablers | ||
| Description | 
                     The callback for notification of deleted step constrainer enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | stepConstrainerEnablerIds | the  Ids  of the deleted  StepConstrainerEnablers 
  | |
| Compliance | mandatory | This method must be implemented. | |