Uses of Interface
de.xima.fc.prompt.service.IPromptQueryBean
Packages that use IPromptQueryBean
Package
Description
Contains the API for a prompt service that abstract the details of a particular provider.
-
Uses of IPromptQueryBean in de.xima.fc.prompt.mgmt.gui.bean
Methods in de.xima.fc.prompt.mgmt.gui.bean that return IPromptQueryBeanModifier and TypeMethodDescriptionIPromptQueryBean<?, ?> PromptQueryBean.getGuiBean()Gets the bean instance needed by the custom GUI of the prompt service handler. -
Uses of IPromptQueryBean in de.xima.fc.prompt.mgmt.gui.model
Methods in de.xima.fc.prompt.mgmt.gui.model that return IPromptQueryBeanModifier and TypeMethodDescriptionPromptQuerySelectionModel.guiBean()Gets the bean instance needed by the custom GUI provided by the prompt service handler.Methods in de.xima.fc.prompt.mgmt.gui.model that return types with arguments of type IPromptQueryBeanMethod parameters in de.xima.fc.prompt.mgmt.gui.model with type arguments of type IPromptQueryBeanModifier and TypeMethodDescriptionPromptQueryBeanEnvironment.Builder.guiBeanCache(GuiBeanCache<String, IPromptQueryBean<?, ?>, IPluginPromptService, IPluginPromptQueryBean> guiBeanCache) -
Uses of IPromptQueryBean in de.xima.fc.prompt.mgmt.service
Methods in de.xima.fc.prompt.mgmt.service that return types with arguments of type IPromptQueryBeanModifier and TypeMethodDescription<ConnectionConfig, QueryConfig>
Class<? extends IPromptQueryBean<ConnectionConfig, QueryConfig>> IPromptTypeService.getQueryViewBeanClass(IPromptServiceType<ConnectionConfig, QueryConfig> type) Gets the class of the bean that backs the UI for configuring queries of the given prompt service type. -
Uses of IPromptQueryBean in de.xima.fc.prompt.service
Fields in de.xima.fc.prompt.service with type parameters of type IPromptQueryBeanModifier and TypeFieldDescriptionstatic final Class<IPromptQueryBean<?, ?>> IPromptQueryBean.GENERIC_TYPEMethods in de.xima.fc.prompt.service that return types with arguments of type IPromptQueryBeanModifier and TypeMethodDescriptiondefault Class<? extends IPromptQueryBean<ConnectionConfig, QueryConfig>> IPromptServiceHandler.getQueryViewBeanClass()Returns the class of the bean that should be used when editing the properties of a prompt query.