Uses of Class
de.xima.fc.prompt.mgmt.gui.model.PromptQueryBeanEnvironment
Packages that use PromptQueryBeanEnvironment
-
Uses of PromptQueryBeanEnvironment in de.xima.fc.prompt.mgmt.gui.logic
Methods in de.xima.fc.prompt.mgmt.gui.logic with parameters of type PromptQueryBeanEnvironmentModifier 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 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.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 PromptQueryBeanEnvironment in de.xima.fc.prompt.mgmt.gui.model
Methods in de.xima.fc.prompt.mgmt.gui.model that return PromptQueryBeanEnvironmentMethods in de.xima.fc.prompt.mgmt.gui.model with parameters of type PromptQueryBeanEnvironmentModifier and TypeMethodDescriptionstatic PromptQuerySelectionModel<?, ?> PromptQuerySelectionModel.forNewSelection(PromptQueryViewModel query, PromptQueryBeanEnvironment env) Constructors in de.xima.fc.prompt.mgmt.gui.model with parameters of type PromptQueryBeanEnvironmentModifierConstructorDescriptionPromptQueryListModel(PromptQueryBeanEnvironment environment) PromptQuerySelectionModel(UUID uuid, IPromptLock lock, PromptQueryViewModel selected, IPromptServiceType<ConnectionConfig, QueryConfig> type, QueryConfig config, PromptQueryBeanEnvironment env)