OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListstepProcessorEnablerIdsthe Ids of the new StepProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedStepProcessorEnablers
Description

The callback for notification of updated step processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListstepProcessorEnablerIdsthe Ids of the updated StepProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedStepProcessorEnablers
Description

The callback for notification of deleted step processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListstepProcessorEnablerIdsthe Ids of the deleted StepProcessorEnablers
CompliancemandatoryThis method must be implemented.