OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.ProcessConstrainerEnablerReceiver
Implementsosid.OsidReceiver
Description

The process receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted ProcessConstrainerEnablers.

MethodnewProcessConstrainerEnablers
Description

The callback for notifications of new process constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprocessConstrainerEnablerIds the Id of the new ProcessConstrainerEnablers
Compliancemandatory This method must be implemented.
MethodchangedProcessConstrainerEnablers
Description

The callback for notification of updated process constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprocessConstrainerEnablerIds the Id of the updated ProcessConstrainerEnablers
Compliancemandatory This method must be implemented.
MethoddeletedProcessConstrainerEnablers
Description

The callback for notification of deleted process constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprocessConstrainerEnablerIds the Id of the deleted ProcessConstrainerEnablers
Compliancemandatory This method must be implemented.