Interface IFormRecordItemData

  • All Superinterfaces:
    IFormRecordElementData, Serializable

    public interface IFormRecordItemData
    extends IFormRecordElementData
    Common interface for accessing the form record data of a specific form element item. This is only a representation of the form record data meant for displaying (e.g. in the inbox).
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • getValuesAsString

        String getValuesAsString()
      • getDynamicValues

        List<String[]> getDynamicValues()
      • isDynamic

        default boolean isDynamic()