Uses of Enum
de.xima.fc.prompt.mgmt.service.PromptScopeResolutionMode
Packages that use PromptScopeResolutionMode
-
Uses of PromptScopeResolutionMode in de.xima.fc.prompt.mgmt.service
Subclasses with type arguments of type PromptScopeResolutionMode in de.xima.fc.prompt.mgmt.serviceModifier and TypeClassDescriptionenumDefines how to resolve prompt scopes.Methods in de.xima.fc.prompt.mgmt.service that return PromptScopeResolutionModeModifier and TypeMethodDescriptionstatic PromptScopeResolutionModeReturns the enum constant of this type with the specified name.static PromptScopeResolutionMode[]PromptScopeResolutionMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.prompt.mgmt.service with parameters of type PromptScopeResolutionModeModifier and TypeMethodDescriptionIPromptManagementService.findConnectionsByType(IUser user, PromptScope scope, String type, PromptScopeResolutionMode mode) Searches for all prompt connections that use a prompt service of the given type.IPromptManagementService.readConnections(IUser user, PromptScope scope, PromptScopeResolutionMode mode) Reads all prompt connections assigned to the given scope.IPromptManagementService.readQueries(IUser user, PromptScope scope, PromptScopeResolutionMode mode) Reads all prompt queries assigned to the given scope.