Uses of Interface
com.flowable.template.api.runtime.TemplateProcessingBuilder
Packages that use TemplateProcessingBuilder
Package
Description
-
Uses of TemplateProcessingBuilder in com.flowable.template.api
Methods in com.flowable.template.api that return TemplateProcessingBuilder -
Uses of TemplateProcessingBuilder in com.flowable.template.api.runtime
Methods in com.flowable.template.api.runtime that return TemplateProcessingBuilderModifier and TypeMethodDescriptionTemplateProcessingBuilder.disableContentItemCreation()By default aContentItemis created for types that support it.TemplateProcessingBuilder.parentDeploymentId(String parentDeploymentId) Restricts the lookup of theTemplateDefinitionusing thetemplateKey(String)to the given parent deployment.the optional payload, if the template is using placeholders to render properly (must be valid according the parameter definition)TemplateProcessingBuilder.strictProcessingMode()Processes the template strictly: if an error happens (e.g.TemplateProcessingBuilder.templateKey(String templateKey) The key of the template to process.The tenantId for looking up the template definition.TemplateProcessingBuilder.variableContainer(VariableContainer variableContainer) An instance that has variables such as a task, process or case instance.TemplateProcessingBuilder.variableContainerSameDeployment(boolean sameDeployment) Whether the template model for processing should be looked within the same deployment of thevariableContainer.the variant of the template needed (according the variation definitionsTemplateModel.getVariationDefinitions(), might be null or empty if the template only has one single variation) -
Uses of TemplateProcessingBuilder in com.flowable.template.engine.impl.runtime
Classes in com.flowable.template.engine.impl.runtime that implement TemplateProcessingBuilderMethods in com.flowable.template.engine.impl.runtime that return TemplateProcessingBuilderModifier and TypeMethodDescriptionTemplateServiceImpl.createTemplateProcessingBuilder()TemplateProcessingBuilderImpl.disableContentItemCreation()TemplateProcessingBuilderImpl.parentDeploymentId(String parentDeploymentId) TemplateProcessingBuilderImpl.strictProcessingMode()TemplateProcessingBuilderImpl.templateKey(String templateKey) TemplateProcessingBuilderImpl.variableContainer(VariableContainer variableContainer) TemplateProcessingBuilderImpl.variableContainerSameDeployment(boolean sameDeployment)