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

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

MethodnewStepConstrainerEnablers
Description

The callback for notifications of new step constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListstepConstrainerEnablerIdsthe Ids of the new StepConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedStepConstrainerEnablers
Description

The callback for notification of updated step constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListstepConstrainerEnablerIdsthe Ids of the updated StepConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedStepConstrainerEnablers
Description

The callback for notification of deleted step constrainer enablers.

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