Uses of Class
de.xima.fc.prompt.mgmt.gui.model.PromptTestFile
Packages that use PromptTestFile
Package
Description
-
Uses of PromptTestFile in de.xima.fc.prompt.mgmt.gui.bean
Methods in de.xima.fc.prompt.mgmt.gui.bean that return types with arguments of type PromptTestFileModifier and TypeMethodDescriptionPromptQueryBean.getInputTestFileListHandler()Gets the file list handler for the<xi:fileList />component that lets the user upload the input files needed by the prompt query during execution. -
Uses of PromptTestFile in de.xima.fc.prompt.mgmt.gui.logic
Methods in de.xima.fc.prompt.mgmt.gui.logic that return types with arguments of type PromptTestFileModifier and TypeMethodDescriptionstatic IFileListHandler<PromptTestFile> PromptQueryTestExecutionHelper.newInputTestFileListHandler(PromptQueryBeanEnvironment environment) Creates a new file list handler for the uploaded input test files needed for the execution of a prompt query, to be used with the<xi:fileList handler="..."/>component. -
Uses of PromptTestFile in de.xima.fc.prompt.mgmt.gui.model
Methods in de.xima.fc.prompt.mgmt.gui.model that return types with arguments of type PromptTestFileModifier and TypeMethodDescriptionPromptQueryTestViewModel.getUploadedFiles()Gets the list with the uploaded files for the file inputs.Method parameters in de.xima.fc.prompt.mgmt.gui.model with type arguments of type PromptTestFileModifier and TypeMethodDescriptionstatic PromptQueryTestViewModelPromptQueryTestViewModel.forControls(ValueDescriptorFormModel jsonPropertiesForm, List<PromptTestFileInput> fileControls, IValueAccessor<Object> jsonParameters, Map<String, List<PromptTestFile>> uploadedFiles) Creates a new view model for the prompt query action configuration UI; when the configuration could be loaded successfully.