Class SingleFileControl

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

public final class SingleFileControl extends FileControl<SingleFile>
View model for a single 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 "one" is represented by an instance of this class.
Since:
8.5.0
See Also:
  • Constructor Details

    • SingleFileControl

      public SingleFileControl(SingleFile singleFile)
      Constructs a new single file control with the given value.
      Parameters:
      singleFile - The value of the file control, a SingleFile instance.