| Interface | osid.inquiry.rules.AuditConstrainerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The audit receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newAuditConstrainers | ||
| Description |
The callback for notifications of new audit constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auditConstrainerIds | the Id of the new AuditConstrainers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAuditConstrainers | ||
| Description |
The callback for notification of updated audit constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auditConstrainerIds | the Id of the updated AuditConstrainers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAuditConstrainers | ||
| Description |
The callback for notification of deleted audit constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auditConstrainerIds | the Id of the deleted AuditConstrainers | |
| Compliance | mandatory | This method must be implemented. | |