OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListprocessEnablerIdsthe Ids of the new ProcessEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedProcessEnablers
Description

The callback for notification of updated process enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprocessEnablerIdsthe Ids of the updated ProcessEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedProcessEnablers
Description

The callback for notification of deleted process enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprocessEnablerIdsthe Ids of the deleted ProcessEnablers
CompliancemandatoryThis method must be implemented.