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

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

MethodnewStepConstrainers
Description

The callback for notifications of new step constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListstepConstrainerIdsthe Ids of the new StepConstrainers
CompliancemandatoryThis method must be implemented.
MethodchangedStepConstrainers
Description

The callback for notification of updated step constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListstepConstrainerIdsthe Ids of the updated StepConstrainers
CompliancemandatoryThis method must be implemented.
MethoddeletedStepConstrainers
Description

The callback for notification of deleted step constrainers.

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