Uses of Class
de.xima.fc.prompt.mgmt.defaults.DefaultPromptQueryImportSpec.Builder
Packages that use DefaultPromptQueryImportSpec.Builder
-
Uses of DefaultPromptQueryImportSpec.Builder in de.xima.fc.prompt.mgmt.defaults
Methods in de.xima.fc.prompt.mgmt.defaults that return DefaultPromptQueryImportSpec.BuilderModifier and TypeMethodDescriptionDefaultPromptQueryImportSpec.Builder.alternativeConnectionId(PromptObjectIdentifier alternativeConnectionId) Sets the optional alternative connection identifier to use instead of the one stored in the prompt query export (if any).DefaultPromptQueryImportSpec.builder()Creates a new builder for a prompt query import specification.DefaultPromptQueryImportSpec.Builder.connectionTargetScope(PromptScope connectionTargetScope) Get the optional scope to import the prompt connection into, if the connection is created alongside the query.DefaultPromptQueryImportSpec.Builder.password(char[] password) Gets the password to decrypt the prompt query data.Gets the password to decrypt the prompt query data.DefaultPromptQueryImportSpec.Builder.queryTargetScope(PromptScope queryTargetScope) Gets the scope to import the prompt query into.DefaultPromptQueryImportSpec.Builder.updateConnectionIfExists(boolean updateConnectionIfExists) Sets whether to update the prompt connection if it already exists in the target scope (identified by its UUID).DefaultPromptQueryImportSpec.Builder.updateQueryIfExists(boolean updateQueryIfExists) Sets whether to update the prompt query if it already exists in the target scope (identified by its UUID).