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

The callback for notification of updated composition enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcompositionEnablerIdsthe Ids of the updated CompositionEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedCompositionEnablers
Description

The callback for notification of deleted composition enablers.

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