| Interface | osid.inquiry.rules.AuditProcessorReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The audit receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newAuditProcessors | ||
| Description |
The callback for notifications of new audit processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auditProcessorIds | the Id of the new AuditProcessors | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAuditProcessors | ||
| Description |
The callback for notification of updated audit processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auditProcessorIds | the Id of the updated AuditProcessors | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAuditProcessors | ||
| Description |
The callback for notification of deleted audit processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auditProcessorIds | the Id of the deleted AuditProcessors | |
| Compliance | mandatory | This method must be implemented. | |