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

The callback for notification of updated step constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstepConstrainerEnablerIds the Ids of the updated StepConstrainerEnablers
Compliancemandatory This method must be implemented.
MethoddeletedStepConstrainerEnablers
Description

The callback for notification of deleted step constrainer enablers.

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