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

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

MethodnewStepEnablers
Description

The callback for notifications of new step enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstepEnablerIds the Id of the new StepEnablers
Compliancemandatory This method must be implemented.
MethodchangedStepEnablers
Description

The callback for notification of updated step enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstepEnablerIds the Id of the updated StepEnablers
Compliancemandatory This method must be implemented.
MethoddeletedStepEnablers
Description

The callback for notification of deleted step enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstepEnablerIds the Id of the deleted StepEnablers
Compliancemandatory This method must be implemented.