| Interface | osid.workflow.rules.StepProcessorReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The step processor receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted step processors.  | ||
| Method | newStepProcessors | ||
| Description | 
                     The callback for notifications of new step processors.  | ||
| Parameters | osid.id.Id | notificationId | the notification Id | 
osid.id.IdList | stepProcessorIds | the  Ids  of the new  StepProcessors   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedStepProcessors | ||
| Description | 
                     The callback for notification of updated step processors.  | ||
| Parameters | osid.id.Id | notificationId | the notification Id | 
osid.id.IdList | stepProcessorIds | the  Ids  of the updated  StepProcessors   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedStepProcessors | ||
| Description | 
                     The callback for notification of deleted step processors.  | ||
| Parameters | osid.id.Id | notificationId | the notification Id | 
osid.id.IdList | stepProcessorIds | the  Ids  of the deleted  StepProcessors   | |
| Compliance | mandatory | This method must be implemented. | |