Class FileDescriptorRow

  • All Implemented Interfaces:
    Serializable

    public final class FileDescriptorRow
    extends Object
    implements Serializable
    View model for the workflow designer, used in the info panel of a node or trigger. Models a single row of the table with the files provided by the node or trigger (if any). See IFileValueDescriptor.
    Since:
    8.2.0
    See Also:
    Serialized Form
    • Constructor Detail

      • FileDescriptorRow

        public FileDescriptorRow()
    • Method Detail

      • getDetails

        public String getDetails()
        Detail text of the file the node or trigger provides, such as the content types or the min and max number of files. Used as the title when hovering over a row with the mouse.
        Returns:
        File details.
      • setDetails

        public void setDetails​(String details)
        Detail text of the file the node or trigger provides, such as the content types or the min and max number of files. Used as the title when hovering over a row with the mouse.
        Parameters:
        details - File details.
      • isDescriptionHtml

        public boolean isDescriptionHtml()
        Whether the getDescription() is an HTML string (make sure it is valid HTML and properly escaped!). When false, the description is treated as plain text.
        Returns:
        Whether the description is an HTML string.
      • setDescriptionHtml

        public void setDescriptionHtml​(boolean descriptionHtml)
        Whether the getDescription() is an HTML string (make sure it is valid HTML and properly escaped!). When false, the description is treated as plain text.
        Parameters:
        descriptionHtml - Whether the description is an HTML string.