Uses of Interface
de.xima.fc.prompt.service.IRetrieveConnectionModelRetVal
Packages that use IRetrieveConnectionModelRetVal
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 IRetrieveConnectionModelRetVal in de.xima.fc.prompt.service
Methods in de.xima.fc.prompt.service that return IRetrieveConnectionModelRetValModifier and TypeMethodDescriptionIPromptConnectionBean.retrieveConnectionModel(IRetrieveConnectionModelParams<ConnectionConfig> params) Called each time the connection currently being edited needs to be retrieved, and possibly persisted. -
Uses of IRetrieveConnectionModelRetVal in de.xima.fc.prompt.service.defaults
Classes in de.xima.fc.prompt.service.defaults that implement IRetrieveConnectionModelRetValModifier and TypeClassDescriptionstatic final classDefaultRetrieveConnectionModelRetVal.Builder<ConnectionConfig>A builder forDefaultRetrieveConnectionModelRetVal.Methods in de.xima.fc.prompt.service.defaults that return IRetrieveConnectionModelRetValModifier and TypeMethodDescriptionDefaultRetrieveConnectionModelRetVal.Builder.build()Creates a new retrieve connection model parameters instance with the current configuration.