OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
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.

Like all OsidReceivers, notifications are delivered to StepProcessorReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

MethodnewStepProcessors
Description

The callback for notifications of new step processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstepProcessorIds the Ids of the new StepProcessors
Compliancemandatory This method must be implemented.
MethodchangedStepProcessors
Description

The callback for notification of updated step processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstepProcessorIds the Ids of the updated StepProcessors
Compliancemandatory This method must be implemented.
MethoddeletedStepProcessors
Description

The callback for notification of deleted step processors.

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