Uses of Interface
com.flowable.template.api.TemplateService
Package
Description
-
Uses of TemplateService in com.flowable.action.engine.impl.repository
Modifier and TypeFieldDescriptionprotected final TemplateService
ActionTemplateServiceImpl.templateService
-
Uses of TemplateService in com.flowable.platform.service.index
-
Uses of TemplateService in com.flowable.platform.service.query
-
Uses of TemplateService in com.flowable.template.api
Modifier and TypeMethodDescriptionTemplateEngineConfigurationApi.getTemplateService()
Returns the template service used to render templates based on a template definition. -
Uses of TemplateService in com.flowable.template.api.repository
-
Uses of TemplateService in com.flowable.template.engine
Modifier and TypeFieldDescriptionprotected TemplateService
TemplateEngineConfiguration.templateService
Modifier and TypeMethodDescriptionTemplateEngine.getTemplateService()
TemplateEngineConfiguration.getTemplateService()
Modifier and TypeMethodDescriptionvoid
TemplateEngineConfiguration.setTemplateService
(TemplateService templateService) -
Uses of TemplateService in com.flowable.template.engine.impl
-
Uses of TemplateService in com.flowable.template.engine.impl.runtime
Modifier and TypeClassDescriptionclass
The template service implements methods supporting the creation and rendering ofTemplateVariationModel
.