Uses of Interface
de.xima.fc.prompt.service.IRetrieveConnectionModelParams
Packages that use IRetrieveConnectionModelParams
Package
Description
Contains the API for a prompt service that abstract the details of a particular provider.
Contains default implementations for various interfaces defined by the handler API.
-
Uses of IRetrieveConnectionModelParams in de.xima.fc.prompt.service
Methods in de.xima.fc.prompt.service with parameters of type IRetrieveConnectionModelParamsModifier and TypeMethodDescriptionIPromptConnectionBean.retrieveConnectionModel(IRetrieveConnectionModelParams<ConnectionConfig> params) Called each time the connection currently being edited needs to be retrieved, and possibly persisted. -
Uses of IRetrieveConnectionModelParams in de.xima.fc.prompt.service.defaults
Classes in de.xima.fc.prompt.service.defaults that implement IRetrieveConnectionModelParamsModifier and TypeClassDescriptionstatic final classDefaultRetrieveConnectionModelParams.Builder<ConnectionConfig>A builder forDefaultRetrieveConnectionModelParams.Methods in de.xima.fc.prompt.service.defaults that return IRetrieveConnectionModelParamsModifier and TypeMethodDescriptionDefaultRetrieveConnectionModelParams.Builder.build()Creates a new retrieve connection model parameters instance with the current configuration.