OSID Logo
OSID Specifications
workflow rules package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListprocessProcessorEnablerIds the Id of the new ProcessProcessorEnablers
Compliancemandatory This method must be implemented.
MethodchangedProcessProcessorEnablers
Description

The callback for notification of updated process processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprocessProcessorEnablerIds the Id of the updated ProcessProcessorEnablers
Compliancemandatory This method must be implemented.
MethoddeletedProcessProcessorEnablers
Description

The callback for notification of deleted process processor enablers.

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