Uses of Class
de.xima.fc.prompt.mgmt.service.PromptScope
Packages that use PromptScope
Package
Description
-
Uses of PromptScope in de.xima.fc.prompt.mgmt.defaults
Methods in de.xima.fc.prompt.mgmt.defaults with parameters of type PromptScopeModifier and TypeMethodDescriptionDefaultPromptQueryImportSpec.Builder.connectionTargetScope(PromptScope connectionTargetScope) Get the optional scope to import the prompt connection into, if the connection is created alongside the query.DefaultPromptQueryImportSpec.Builder.queryTargetScope(PromptScope queryTargetScope) Gets the scope to import the prompt query into. -
Uses of PromptScope in de.xima.fc.prompt.mgmt.gui.bean
Methods in de.xima.fc.prompt.mgmt.gui.bean that return PromptScopeModifier and TypeMethodDescriptionPromptConnectionBean.getScope()Gets the scope of the prompt connections being edited, i.e. whether we are editing system connections, tenant connections, or project connections.PromptQueryBean.getScope()Gets the scope of the prompt queries being edited, i.e. whether we are editing system queries, tenant queries, or project queries. -
Uses of PromptScope in de.xima.fc.prompt.mgmt.gui.model
Methods in de.xima.fc.prompt.mgmt.gui.model that return PromptScopeModifier and TypeMethodDescriptionPromptConnectionBeanEnvironment.scope()Gets the assignee scope, i.e. in this case always a tenant scope.PromptQueryBeanEnvironment.scope()Gets the entity of the tenant scope.Methods in de.xima.fc.prompt.mgmt.gui.model with parameters of type PromptScopeModifier and TypeMethodDescriptionstatic PromptConnectionOptionValuePromptConnectionOptionValue.connection(PromptScope assignee, UUID connection) Creates a new connection option value that represents a specific connection.static PromptConnectionOptionsPromptConnectionOptions.load(PromptScope assignee, IUser user, Locale locale, IPromptTypeService promptHandlerService, IPromptManagementService promptManagementService) PromptConnectionViewModel.toData(PromptScope assignee) PromptQueryViewModel.toData(PromptScope assignee) -
Uses of PromptScope in de.xima.fc.prompt.mgmt.service
Methods in de.xima.fc.prompt.mgmt.service that return PromptScopeModifier and TypeMethodDescriptionIPromptQueryExportInfo.getConnectionScope()Gets the scope of the prompt connection used to execute the prompt query.IPromptQueryImportSpec.getConnectionTargetScope()Get the optional scope to import the prompt connection into, if the connection is created alongside the query.@NotNull PromptScopeIPromptQueryImportSpec.getQueryTargetScope()Gets the scope to import the prompt query into.IPromptConnectionExportInfo.getScope()The scope to which the prompt connection is assigned.IPromptQueryExportInfo.getScope()Gets the scope to which the prompt query is assigned.static PromptScopeCreates a new scope instance for the project scope.static PromptScopePromptScope.ofSystem()Get a scope instance for the system scope.static PromptScopeCreates a new scope instance for the tenant scope.PromptConnectionData.scope()Gets the scope (assignee) of the prompt connection.PromptObjectIdentifier.scope()Gets the assignee of the prompt object.PromptQueryData.scope()Gets the scope (assignee) of the prompt query.static PromptScopeParses a prompt scope from its string representation, as returned byPromptScope.toString().Methods in de.xima.fc.prompt.mgmt.service with parameters of type PromptScopeModifier and TypeMethodDescriptionIPromptServiceHandlerRegistry.findAllHandlers(PromptScope scope) Returns all registered handlers for the given scope.IPromptManagementService.findConnectionByName(IUser user, PromptScope scope, String name) Searches for a prompt connection by itsname.IPromptManagementService.findConnectionsByType(IUser user, PromptScope scope, String type, PromptScopeResolutionMode mode) Searches for all prompt connections that use a prompt service of the given type.IPromptManagementService.findQueryByName(IUser user, PromptScope scope, String name) Searches for a prompt query by itsname.IPromptTypeService.getTypeInfos(PromptScope scope, Locale locale) Retrieves info about all available prompt service types, such as their localized display names or their icons.static PromptObjectIdentifierPromptObjectIdentifier.of(PromptScope scope, UUID uuid) Creates a new prompt object identifier with the given assignee and UUID.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.IPromptServiceHandlerRegistry.resolveHandler(PromptScope scope, String type) Finds the handler for the given prompt service type within the given scope.PromptConnectionData.Builder.scope(PromptScope scope) Sets the scope (assignee) of the prompt connection.PromptQueryData.Builder.scope(PromptScope scope) Sets the scope (assignee) of the prompt query.IPromptServiceType<?, ?> IPromptTypeService.typeById(PromptScope scope, String id) Gets a reference to a prompt service type by its uniquetype ID.