OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListstepConstrainerIds the Ids of the new StepConstrainers
Compliancemandatory This method must be implemented.
MethodchangedStepConstrainers
Description

The callback for notification of updated step constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstepConstrainerIds the Ids of the updated StepConstrainers
Compliancemandatory This method must be implemented.
MethoddeletedStepConstrainers
Description

The callback for notification of deleted step constrainers.

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