OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.StepProcessorEnablerReceiver
Implementsosid.OsidReceiver
Description

The step processor enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted step processor enablers.

MethodnewStepProcessorEnablers
Description

The callback for notifications of new step processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstepProcessorEnablerIds the Ids of the new StepProcessorEnablers
Compliancemandatory This method must be implemented.
MethodchangedStepProcessorEnablers
Description

The callback for notification of updated step processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstepProcessorEnablerIds the Ids of the updated StepProcessorEnablers
Compliancemandatory This method must be implemented.
MethoddeletedStepProcessorEnablers
Description

The callback for notification of deleted step processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstepProcessorEnablerIds the Ids of the deleted StepProcessorEnablers
Compliancemandatory This method must be implemented.