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

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

MethodnewSteps
Description

The callback for notifications of new steps.

Parametersosid.id.IdListstepIdsthe Ids of the new Steps
CompliancemandatoryThis method must be implemented.
MethodchangedSteps
Description

The callback for notification of updated steps.

Parametersosid.id.IdListstepIdsthe Ids of the updated Steps
CompliancemandatoryThis method must be implemented.
MethoddeletedSteps
Description

The callback for notification of deleted steps.

Parametersosid.id.IdListstepIdsthe Ids of the deleted Steps
CompliancemandatoryThis method must be implemented.