Class MultiFileControl

java.lang.Object
de.xima.fc.workflow.designer.model.prompt_query.FileControl<MultiFile>
de.xima.fc.workflow.designer.model.prompt_query.MultiFileControl
All Implemented Interfaces:
Serializable

public final class MultiFileControl extends FileControl<MultiFile>
View model for a multi file control in the prompt query action editor. Each prompt query can define an arbitrary number of file inputs, each input with a multiplicity of "many" than one is represented by an instance of this class.
Since:
8.5.0
See Also:
  • Constructor Details

    • MultiFileControl

      public MultiFileControl(MultiFile multiFile)
      Constructs a new multi file control with the given value.
      Parameters:
      multiFile - The value of the file control, a MultiFile instance.