| Interface | osid.inquiry.rules.AuditConstrainerEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The audit receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newAuditConstrainerEnablers | ||
| Description |
The callback for notifications of new audit constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auditConstrainerEnablerIds | the Id of the new AuditConstrainerEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAuditConstrainerEnablers | ||
| Description |
The callback for notification of updated audit constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auditConstrainerEnablerIds | the Id of the updated AuditConstrainerEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAuditConstrainerEnablers | ||
| Description |
The callback for notification of deleted audit constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auditConstrainerEnablerIds | the Id of the deleted AuditConstrainerEnablers | |
| Compliance | mandatory | This method must be implemented. | |