Uses of Class
de.xima.fc.prompt.mgmt.gui.model.PromptQuerySelectionModel
Packages that use PromptQuerySelectionModel
-
Uses of PromptQuerySelectionModel in de.xima.fc.prompt.mgmt.gui.logic
Methods in de.xima.fc.prompt.mgmt.gui.logic with parameters of type PromptQuerySelectionModelModifier 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 PromptQuerySelectionModel in de.xima.fc.prompt.mgmt.gui.model
Methods in de.xima.fc.prompt.mgmt.gui.model that return PromptQuerySelectionModelModifier and TypeMethodDescriptionstatic PromptQuerySelectionModel<?, ?> static PromptQuerySelectionModel<?, ?> PromptQuerySelectionModel.forNewSelection(PromptQueryViewModel query, PromptQueryBeanEnvironment env) PromptQueryListModel.selectionModel()PromptQuerySelectionModel.withConnection(PromptObjectIdentifier connection) Returns a new selection model with the same data as this model, but adopted to the given connection. i.e. to the prompt service type that the given connection uses.