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.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • updateAuditRecord

        void updateAuditRecord​(com4j.Com4jObject pAuditRecordData,
                               com4j.Com4jObject pAuditRecord)

        Updates a custom audit record.

        Parameters:
        pAuditRecordData - Mandatory com4j.Com4jObject parameter.
        pAuditRecord - Mandatory com4j.Com4jObject parameter.