| Interface | osid.inquiry.rules.AuditProcessorEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The audit receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newAuditProcessorEnablers | ||
| Description |
The callback for notifications of new audit processor enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auditProcessorEnablerIds | the Id of the new AuditProcessorEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAuditProcessorEnablers | ||
| Description |
The callback for notification of updated audit processor enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auditProcessorEnablerIds | the Id of the updated AuditProcessorEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAuditProcessorEnablers | ||
| Description |
The callback for notification of deleted audit processor enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auditProcessorEnablerIds | the Id of the deleted AuditProcessorEnablers | |
| Compliance | mandatory | This method must be implemented. | |