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

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

MethodnewProcessProcessorEnablers
Description

The callback for notifications of new process processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprocessProcessorEnablerIdsthe Id of the new ProcessProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedProcessProcessorEnablers
Description

The callback for notification of updated process processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprocessProcessorEnablerIdsthe Id of the updated ProcessProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedProcessProcessorEnablers
Description

The callback for notification of deleted process processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprocessProcessorEnablerIdsthe Id of the deleted ProcessProcessorEnablers
CompliancemandatoryThis method must be implemented.