Interface IAuditRecordUpdater
-
- All Superinterfaces:
com4j.Com4jObject
public interface IAuditRecordUpdater extends com4j.Com4jObject
Custom audit events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateAuditRecord(com4j.Com4jObject pAuditRecordData, com4j.Com4jObject pAuditRecord)
Updates a custom audit record.
-