Interface | osid.provisioning.ProvisionableReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The provisionable receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted provisionables. | ||
Method | newProvisionable | ||
Description |
The callback for notifications of new provisionables. | ||
Parameters | osid.id.IdList | provisionableIds | the Ids of the new Provisionables |
Compliance | mandatory | This method must be implemented. | |
Method | changedProvisionable | ||
Description |
The callback for notification of updated provisionables. | ||
Parameters | osid.id.IdList | provisionableIds | the Ids of the updated Provisionables |
Compliance | mandatory | This method must be implemented. | |
Method | deletedProvisionable | ||
Description |
The callback for notification of deleted provisionables. | ||
Parameters | osid.id.IdList | provisionableIds | the Ids of the deleted Provisionables |
Compliance | mandatory | This method must be implemented. |