Interface | osid.repository.CompositionReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The composition receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
Method | newCompositions | ||
Description |
The callback for notifications of new compositions. | ||
Parameters | osid.id.IdList | compositionIds | the Ids of the new Compositions |
Compliance | mandatory | This method must be implemented. | |
Method | changedCompositions | ||
Description |
The callback for notification of updated compositions. | ||
Parameters | osid.id.IdList | compositionIds | the Ids of the updated Compositions |
Compliance | mandatory | This method must be implemented. | |
Method | deletedCompositions | ||
Description |
the callback for notification of deleted compositions. | ||
Parameters | osid.id.IdList | compositionIds | the Ids of the deleted Compositions |
Compliance | mandatory | This method must be implemented. |