Uses of Class
de.xima.fc.prompt.service.defaults.DefaultPromptExecutionContext.Builder
Packages that use DefaultPromptExecutionContext.Builder
Package
Description
Contains default implementations for various interfaces defined by the handler API.
-
Uses of DefaultPromptExecutionContext.Builder in de.xima.fc.prompt.service.defaults
Methods in de.xima.fc.prompt.service.defaults that return DefaultPromptExecutionContext.BuilderModifier and TypeMethodDescriptionDefaultPromptExecutionContext.builder()Creates a new builder for aIPromptExecutionContext.DefaultPromptExecutionContext.Builder.fileStorage(IPromptFileStorage fileStorage) Sets the file storage to use for storing binary data during prompt execution.DefaultPromptExecutionContext.Builder.formRecordId(Long formRecordId) Sets the ID of the form record scope where the query execution was started, if any.DefaultPromptExecutionContext.Builder.formRecordSessionId(String formRecordSessionId) Sets the ID of the form record session scope where the query execution was started, if any.DefaultPromptExecutionContext.Builder.formVersionId(Long formVersionId) Sets the ID of the form version scope where the query execution was started, if any.Sets the ID of the project scope where the query execution was started, if any.DefaultPromptExecutionContext.promptExecutionContextBuilder()Creates a new builder for aIPromptExecutionContext.DefaultPromptExecutionContext.Builder.replacer(IPromptExecutionReplacer replacer) Sets the replacer to use for replacing placeholders in prompts.Sets the ID of the tenant scope where the query execution was started, if any.DefaultPromptExecutionContext.Builder.userIdentifier(String userIdentifier) Sets a stable identifier of the user on behalf of whom the prompt query is executed.DefaultPromptExecutionContext.Builder.workflowVersionId(Long workflowVersionId) Sets the ID of the workflow version scope where the query execution was started, if any.