Uses of Class
de.xima.fc.prompt.mgmt.gui.model.PromptQueryTestViewModel
Packages that use PromptQueryTestViewModel
Package
Description
-
Uses of PromptQueryTestViewModel in de.xima.fc.prompt.mgmt.gui.bean
Methods in de.xima.fc.prompt.mgmt.gui.bean that return PromptQueryTestViewModelModifier and TypeMethodDescriptionPromptQueryBean.getTestModel()Gets the view model for testing the currently selected prompt query. -
Uses of PromptQueryTestViewModel in de.xima.fc.prompt.mgmt.gui.logic
Methods in de.xima.fc.prompt.mgmt.gui.logic that return PromptQueryTestViewModelModifier and TypeMethodDescriptionstatic <ConnectionConfig, QueryConfig>
PromptQueryTestViewModelPromptQueryTestExecutionHelper.createOrUpdateTestViewModel(PromptQueryBeanEnvironment environment, PromptQueryTestViewModel testModel, PromptQuerySelectionModel<ConnectionConfig, QueryConfig> selectionModel) Creates or updates the view model for testing a prompt query.Methods in de.xima.fc.prompt.mgmt.gui.logic with parameters of type PromptQueryTestViewModelModifier and TypeMethodDescriptionstatic <ConnectionConfig, QueryConfig>
PromptQueryTestViewModelPromptQueryTestExecutionHelper.createOrUpdateTestViewModel(PromptQueryBeanEnvironment environment, PromptQueryTestViewModel testModel, PromptQuerySelectionModel<ConnectionConfig, QueryConfig> selectionModel) Creates or updates the view model for testing a prompt query.static <ConnectionConfig, QueryConfig>
voidPromptQueryTestExecutionHelper.testExecuteQuery(PromptQueryBeanEnvironment environment, PromptQueryTestViewModel testModel, PromptQuerySelectionModel<ConnectionConfig, QueryConfig> selectionModel) Performs a test execution for the prompt query from the given selection model, using the JSON data and files from the given test model. -
Uses of PromptQueryTestViewModel in de.xima.fc.prompt.mgmt.gui.model
Methods in de.xima.fc.prompt.mgmt.gui.model that return PromptQueryTestViewModelModifier 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.static PromptQueryTestViewModelCreates a new view model for the prompt query action configuration UI; when an error occurred.PromptQueryListModel.getTestModel()PromptQueryListModel.updateTestModel()