Interface IAuditable

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IAuditable
    extends com4j.Com4jObject
    Services to allow changes to an entity to be tracked.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com4j.Com4jObject auditPropertyFactory()
      The AuditPropertyFactory object to handle AuditProperty objects for the changed object.
      com4j.Com4jObject auditRecordFactory()
      The AuditRecordFactory object to handle AuditRecords for the changed object.
      • Methods inherited from interface com4j.Com4jObject

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

      • auditRecordFactory

        com4j.Com4jObject auditRecordFactory()

        The AuditRecordFactory object to handle AuditRecords for the changed object.

        Getter method for the COM property "AuditRecordFactory"

        Returns:
        Returns a value of type com4j.Com4jObject
      • auditPropertyFactory

        com4j.Com4jObject auditPropertyFactory()

        The AuditPropertyFactory object to handle AuditProperty objects for the changed object.

        Getter method for the COM property "AuditPropertyFactory"

        Returns:
        Returns a value of type com4j.Com4jObject