OSID Logo
OSID Specifications
workflow rules package
Version 3.0.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.IdnotificationIdthe notification Id
osid.id.IdListstepEnablerIdsthe Id of the new StepEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedStepEnablers
Description

The callback for notification of updated step enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListstepEnablerIdsthe Id of the updated StepEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedStepEnablers
Description

The callback for notification of deleted step enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListstepEnablerIdsthe Id of the deleted StepEnablers
CompliancemandatoryThis method must be implemented.