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.

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.