Interface IComparisonSettings

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IComparisonSettings
    extends com4j.Com4jObject
    For HP use. Represents comparison settings for a single entitylink type
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean attachments()
      Checks if attachments are considered for this comparison
      IList fields()
      Returns a copy of The list of the fields to be considered for the comparison
      Object fields​(int index)  
      boolean richContent()
      Checks if rich content is considered for this comparison
      String type()
      Returns a copy of The Name of the Type of the compared element
      • Methods inherited from interface com4j.Com4jObject

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

      • type

        String type()

        Returns a copy of The Name of the Type of the compared element

        Getter method for the COM property "Type"

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

        IList fields()

        Returns a copy of The list of the fields to be considered for the comparison

        Getter method for the COM property "Fields"

        Returns:
        Returns a value of type otaclient.IList
      • fields

        Object fields​(int index)
      • attachments

        boolean attachments()

        Checks if attachments are considered for this comparison

        Getter method for the COM property "Attachments"

        Returns:
        Returns a value of type boolean
      • richContent

        boolean richContent()

        Checks if rich content is considered for this comparison

        Getter method for the COM property "RichContent"

        Returns:
        Returns a value of type boolean