OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.workflow.rules.StepProcessorReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewStepProcessors
Description

The callback for notifications of new step processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListstepProcessorIdsthe Ids of the new StepProcessors
CompliancemandatoryThis method must be implemented.
MethodchangedStepProcessors
Description

The callback for notification of updated step processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListstepProcessorIdsthe Ids of the updated StepProcessors
CompliancemandatoryThis method must be implemented.
MethoddeletedStepProcessors
Description

The callback for notification of deleted step processors.

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