Interface IBaseField2

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IBaseField2
    extends com4j.Com4jObject
    Represents a basic data field or entity, such as an attachment.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean autoUnlock()
      Indicates whether to make the item changeable to other users automatically after a Refresh or Post.
      void autoUnlock​(boolean pVal)
      Indicates whether to make the item changeable to other users automatically after a Refresh or Post.
      IMultiValue fieldMultiValue​(java.lang.String fieldName)
      The MultiValue object of the specified field.
      void fieldMultiValue​(java.lang.String fieldName, IMultiValue pMultiValue)
      The MultiValue object of the specified field.
      • Methods inherited from interface com4j.Com4jObject

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

      • autoUnlock

        boolean autoUnlock()

        Indicates whether to make the item changeable to other users automatically after a Refresh or Post.

        Getter method for the COM property "AutoUnlock"

        Returns:
        Returns a value of type boolean
      • autoUnlock

        void autoUnlock​(boolean pVal)

        Indicates whether to make the item changeable to other users automatically after a Refresh or Post.

        Setter method for the COM property "AutoUnlock"

        Parameters:
        pVal - Mandatory boolean parameter.
      • fieldMultiValue

        IMultiValue fieldMultiValue​(java.lang.String fieldName)

        The MultiValue object of the specified field.

        Getter method for the COM property "FieldMultiValue"

        Parameters:
        fieldName - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type otaclient.IMultiValue
      • fieldMultiValue

        void fieldMultiValue​(java.lang.String fieldName,
                             IMultiValue pMultiValue)

        The MultiValue object of the specified field.

        Setter method for the COM property "FieldMultiValue"

        Parameters:
        fieldName - Mandatory java.lang.String parameter.
        pMultiValue - Mandatory otaclient.IMultiValue parameter.