Interface AuditConstrainerReceiver
- All Superinterfaces:
OsidReceiver
The audit receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
AuditConstrainers .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAuditConstrainers(Id notificationId, IdList auditConstrainerIds) The callback for notification of updated audit constrainers.voiddeletedAuditConstrainers(Id notificationId, IdList auditConstrainerIds) The callback for notification of deleted audit constrainers.voidnewAuditConstrainers(Id notificationId, IdList auditConstrainerIds) The callback for notifications of new audit constrainers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAuditConstrainers
-
changedAuditConstrainers
The callback for notification of updated audit constrainers.- Parameters:
notificationId- the notificationIdauditConstrainerIds- theIdof the updatedAuditConstrainers- Compliance:
mandatory- This method must be implemented.
-
deletedAuditConstrainers
The callback for notification of deleted audit constrainers.- Parameters:
notificationId- the notificationIdauditConstrainerIds- theIdof the deletedAuditConstrainers- Compliance:
mandatory- This method must be implemented.
-