| Interface | osid.inquiry.AuditReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The audit receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted audits. | ||
| Method | newAudits | ||
| Description |
The callback for notifications of new audits. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auditIds | the Ids of the new Audits | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAudits | ||
| Description |
The callback for notification of updated audits. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auditIds | the Ids of the updated Audits | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAudits | ||
| Description |
The callback for notification of deleted audits. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auditIds | the Ids of the deleted Audits | |
| Compliance | mandatory | This method must be implemented. | |