OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.ProcessConstrainerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewProcessConstrainers
Description

The callback for notifications of new process constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprocessConstrainerIdsthe Id of the new ProcessConstrainers
CompliancemandatoryThis method must be implemented.
MethodchangedProcessConstrainers
Description

The callback for notification of updated process constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprocessConstrainerIdsthe Id of the updated ProcessConstrainers
CompliancemandatoryThis method must be implemented.
MethoddeletedProcessConstrainers
Description

The callback for notification of deleted process constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprocessConstrainerIdsthe Id of the deleted ProcessConstrainers
CompliancemandatoryThis method must be implemented.