Interface ProvisionEnablerReceiver
- All Superinterfaces:
OsidReceiver
The provision receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
ProvisionEnablers .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedProvisionEnablers(Id notificationId, IdList provisionEnablerIds) The callback for notification of updated provision enablers.voiddeletedProvisionEnablers(Id notificationId, IdList provisionEnablerIds) The callback for notification of deleted provision enablers.voidnewProvisionEnablers(Id notificationId, IdList provisionEnablerIds) The callback for notifications of new provision enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newProvisionEnablers
-
changedProvisionEnablers
The callback for notification of updated provision enablers.- Parameters:
notificationId- the notificationIdprovisionEnablerIds- theIdof the updatedProvisionEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedProvisionEnablers
The callback for notification of deleted provision enablers.- Parameters:
notificationId- the notificationIdprovisionEnablerIds- theIdof the deletedProvisionEnablers- Compliance:
mandatory- This method must be implemented.
-