Interface IAttachmentFactory

  • All Superinterfaces:
    com4j.Com4jObject, IBaseFactory

    public interface IAttachmentFactory
    extends IBaseFactory
    Services to manage attachments of the current field object.
    • Method Detail

      • attachmentStorage

        com4j.Com4jObject attachmentStorage()

        Deprecated. Use the entity-level Attachments property for downloading and uploading attachment files.

        Getter method for the COM property "AttachmentStorage"

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

        void factoryProperties​(com4j.Holder<java.lang.String> ownerType,
                               java.lang.Object ownerKey)

        Gets the owner type and key for the AttachmentFactory object.

        Parameters:
        ownerType - Mandatory Holder parameter.
        ownerKey - Mandatory java.lang.Object parameter.