Uses of Interface
com.flowable.template.api.processor.TemplateProcessingResult
Package
Description
-
Uses of TemplateProcessingResult in com.flowable.template.api
Modifier and TypeMethodDescriptiondefault TemplateProcessingResult
TemplateService.processTemplate
(String templateKey, String tenantId, Map<String, Object> variant, Map<String, Object> payload) default TemplateProcessingResult
TemplateService.processTemplate
(String templateKey, Map<String, Object> variant, Map<String, Object> payload) Processes a template referenced through its key and variant data which is then looked up within the repository and represented by aTemplateVariationModel
.default TemplateProcessingResult
TemplateService.processTemplate
(String templateKey, VariableContainer variableContainer) -
Uses of TemplateProcessingResult in com.flowable.template.api.processor
Modifier and TypeMethodDescriptiondefault TemplateProcessingResult
TemplateProcessor.processTemplate
(TemplateHolder template, Map<String, Object> payload) TemplateProcessor.processTemplate
(TemplateHolder template, Map<String, Object> payload, Map<String, Object> templateProcessingSettings) Processes a template given by its definition which might have been loaded through theTemplateRepositoryService
. -
Uses of TemplateProcessingResult in com.flowable.template.api.runtime
Modifier and TypeMethodDescriptionTemplateProcessingBuilder.process()
Processes a template referenced through its key and variant data (if set) which is then looked up within the repository and represented by aTemplateVariationModel
. -
Uses of TemplateProcessingResult in com.flowable.template.engine.impl.cmd
Modifier and TypeMethodDescriptionProcessTemplateCmd.execute
(CommandContext commandContext) ProcessTemplateCmd.processTemplate
(CommandContext commandContext, TemplateHolder template, Map<String, Object> payload) -
Uses of TemplateProcessingResult in com.flowable.template.engine.impl.processor
Modifier and TypeClassDescriptionclass
The default template processing result, holding the processed content as well as the template definition and variation used to process the result.Modifier and TypeMethodDescriptionAsposePdfTemplateProcessor.processTemplate
(TemplateHolder templateHolder, Map<String, Object> payload, Map<String, Object> templateProcessingSettings) AsposeWordTemplateProcessor.processTemplate
(TemplateHolder templateHolder, Map<String, Object> payload, Map<String, Object> templateProcessingSettings) FreeMarkerTemplateProcessor.processTemplate
(TemplateHolder template, Map<String, Object> payload, Map<String, Object> templateProcessingSettings) -
Uses of TemplateProcessingResult in com.flowable.template.engine.impl.runtime
Modifier and TypeMethodDescriptionTemplateProcessingBuilderImpl.process()
TemplateServiceImpl.processTemplate
(TemplateProcessingBuilderImpl templateProcessingBuilder)