Interface | osid.workflow.rules.StepProcessorEnablerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The step processor enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted step processor enablers. | ||
Method | newStepProcessorEnablers | ||
Description |
The callback for notifications of new step processor enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | stepProcessorEnablerIds | the Ids of the new StepProcessorEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | changedStepProcessorEnablers | ||
Description |
The callback for notification of updated step processor enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | stepProcessorEnablerIds | the Ids of the updated StepProcessorEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedStepProcessorEnablers | ||
Description |
The callback for notification of deleted step processor enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | stepProcessorEnablerIds | the Ids of the deleted StepProcessorEnablers | |
Compliance | mandatory | This method must be implemented. |