OSID Logo
OSID Specifications
control rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.control.rules.ActionEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewActionEnablers
Description

The callback for notifications of new action enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListactionEnablerIdsthe Ids of the new ActionEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedActionEnablers
Description

The callback for notification of updated action enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListactionEnablerIdsthe Ids of the updated ActionEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedActionEnablers
Description

The callback for notification of deleted action enablers.

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