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
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 Summary
ConstructorsConstructorDescriptionSingleFileControl(SingleFile singleFile) Constructs a new single file control with the given value. -
Method Summary
Methods inherited from class FileControl
getContentTypes, getDescription, getExtensions, getLabel, getType, getValue, isRequired, setContentTypes, setDescription, setExtensions, setLabel, setRequired
-
Constructor Details
-
SingleFileControl
Constructs a new single file control with the given value.- Parameters:
singleFile- The value of the file control, aSingleFileinstance.
-