OSID Logo
OSID Specifications
workflow rules package
Version 3.0.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.IdnotificationIdthe notification Id
osid.id.IdListprocessConstrainerEnablerIdsthe Id of the new ProcessConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedProcessConstrainerEnablers
Description

The callback for notification of updated process constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprocessConstrainerEnablerIdsthe Id of the updated ProcessConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedProcessConstrainerEnablers
Description

The callback for notification of deleted process constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprocessConstrainerEnablerIdsthe Id of the deleted ProcessConstrainerEnablers
CompliancemandatoryThis method must be implemented.