Uses of Interface
de.xima.fc.prompt.mgmt.service.IPromptServiceHandlerEntry
Packages that use IPromptServiceHandlerEntry
-
Uses of IPromptServiceHandlerEntry in de.xima.fc.prompt.mgmt.service
Methods in de.xima.fc.prompt.mgmt.service that return IPromptServiceHandlerEntryModifier and TypeMethodDescriptionIPromptServiceHandlerRegistry.resolveHandler(PromptScope scope, String type) Finds the handler for the given prompt service type within the given scope.IPromptServiceHandlerRegistry.resolveHandler(UUID tenant, String type) Finds the handler for the given prompt service type within the given tenant scope.Methods in de.xima.fc.prompt.mgmt.service that return types with arguments of type IPromptServiceHandlerEntryModifier and TypeMethodDescriptionIPromptServiceHandlerRegistry.findAllHandlers(PromptScope scope) Returns all registered handlers for the given scope.IPromptServiceHandlerRegistry.findAllHandlers(UUID tenant) Returns all registered handlers for the given tenant scope. -
Uses of IPromptServiceHandlerEntry in de.xima.fc.prompt.plugin
Classes in de.xima.fc.prompt.plugin that implement IPromptServiceHandlerEntryModifier and TypeClassDescriptionfinal classPromptServiceHandlerEntry<ConnectionConfig, QueryConfig>