OSID Logo
OSID Specifications
repository package
Version 3.0.0
Release Candidate Preview
Interfaceosid.repository.CompositionReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewCompositions
Description

The callback for notifications of new compositions.

Parametersosid.id.IdListcompositionIdsthe Ids of the new Compositions
CompliancemandatoryThis method must be implemented.
MethodchangedCompositions
Description

The callback for notification of updated compositions.

Parametersosid.id.IdListcompositionIdsthe Ids of the updated Compositions
CompliancemandatoryThis method must be implemented.
MethoddeletedCompositions
Description

the callback for notification of deleted compositions.

Parametersosid.id.IdListcompositionIdsthe Ids of the deleted Compositions
CompliancemandatoryThis method must be implemented.