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.

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.