| Interface | osid.inquiry.rules.AuditEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The audit enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted audit enablers. | ||
| Method | newAuditEnablers | ||
| Description |
The callback for notifications of new audit enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auditEnablerIds | the Ids of the new AuditEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAuditEnablers | ||
| Description |
The callback for notification of updated audit enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auditEnablerIds | the Ids of the updated AuditEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAuditEnablers | ||
| Description |
The callback for notification of deleted audit enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auditEnablerIds | the Ids of the deleted AuditEnablers | |
| Compliance | mandatory | This method must be implemented. | |