OSID Logo
OSID Specifications
subscription rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.subscription.rules.SubscriptionEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewSubscriptionEnablers
Description

The callback for notifications of new subscription enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListsubscriptionEnablerIdsthe Ids of the new SubscriptionEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedSubscriptionEnablers
Description

The callback for notification of updated subscription enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListsubscriptionEnablerIdsthe Ids of the updated SubscriptionEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedSubscriptionEnablers
Description

The callback for notification of deleted subscription enablers.

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