Interface DMLAuditHandlerInterface
- All Superinterfaces:
AuditHandlerInterface
Handler interface for receiving raw DML audit events with full record snapshots.
This is called by DMLAuditAction after audits are processed.
Receives complete old and new QRecords for HIPAA/WORM compliance.
-
Method Summary
Modifier and TypeMethodDescriptionvoidHandle a DML audit event with full record data.Methods inherited from interface com.kingsrook.qqq.backend.core.actions.audits.AuditHandlerInterface
getFailurePolicy, getName, isAsync
-
Method Details
-
handleDMLAudit
Handle a DML audit event with full record data.- Parameters:
input- contains the table, DML type, new records, and old records- Throws:
QException- if processing fails
-