Interface IHistoryRecord

  • All Superinterfaces:
    com4j.Com4jObject
    All Known Subinterfaces:
    IHistoryRecord2

    public interface IHistoryRecord
    extends com4j.Com4jObject
    Represents a single history change.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Date changeDate()
      The change date according to database server.
      String changer()
      The name of the user who made the change.
      String fieldName()
      The name of the changed field.
      Object itemKey()
      Not implemented.
      Object newValue()
      The value after the change.
      • Methods inherited from interface com4j.Com4jObject

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

      • fieldName

        String fieldName()

        The name of the changed field.

        Getter method for the COM property "FieldName"

        Returns:
        Returns a value of type java.lang.String
      • changeDate

        Date changeDate()

        The change date according to database server.

        Getter method for the COM property "ChangeDate"

        Returns:
        Returns a value of type java.util.Date
      • changer

        String changer()

        The name of the user who made the change.

        Getter method for the COM property "Changer"

        Returns:
        Returns a value of type java.lang.String
      • newValue

        Object newValue()

        The value after the change.

        Getter method for the COM property "NewValue"

        Returns:
        Returns a value of type java.lang.Object
      • itemKey

        Object itemKey()

        Not implemented.

        Getter method for the COM property "ItemKey"

        Returns:
        Returns a value of type java.lang.Object