OSID Logo
OSID Specifications
repository rules package
Version 3.1.0
Interfaceosid.repository.rules.CompositionEnablerReceiver
Implementsosid.OsidReceiver
Description

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

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

MethodnewCompositionEnablers
Description

The callback for notifications of new composition enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcompositionEnablerIds the Ids of the new CompositionEnablers
Compliancemandatory This method must be implemented.
MethodchangedCompositionEnablers
Description

The callback for notification of updated composition enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcompositionEnablerIds the Ids of the updated CompositionEnablers
Compliancemandatory This method must be implemented.
MethoddeletedCompositionEnablers
Description

The callback for notification of deleted composition enablers.

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