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

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

Like all OsidReceivers, notifications are delivered to ProcessEnablerReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

MethodnewProcessEnablers
Description

The callback for notifications of new process enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprocessEnablerIds the Ids of the new ProcessEnablers
Compliancemandatory This method must be implemented.
MethodchangedProcessEnablers
Description

The callback for notification of updated process enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprocessEnablerIds the Ids of the updated ProcessEnablers
Compliancemandatory This method must be implemented.
MethoddeletedProcessEnablers
Description

The callback for notification of deleted process enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprocessEnablerIds the Ids of the deleted ProcessEnablers
Compliancemandatory This method must be implemented.