Uses of Interface
com.flowable.template.api.TemplateService
-
Uses of TemplateService in com.flowable.action.engine.impl.repository
Fields in com.flowable.action.engine.impl.repository declared as TemplateService Modifier and Type Field Description protected TemplateService
ActionTemplateServiceImpl. templateService
Constructors in com.flowable.action.engine.impl.repository with parameters of type TemplateService Constructor Description ActionTemplateServiceImpl(TemplateService templateService)
-
Uses of TemplateService in com.flowable.template.api
Methods in com.flowable.template.api that return TemplateService Modifier and Type Method Description TemplateService
TemplateEngineConfigurationApi. getTemplateService()
Returns the template service used to render templates based on a template definition. -
Uses of TemplateService in com.flowable.template.engine
Fields in com.flowable.template.engine declared as TemplateService Modifier and Type Field Description protected TemplateService
TemplateEngineConfiguration. templateService
Methods in com.flowable.template.engine that return TemplateService Modifier and Type Method Description TemplateService
TemplateEngine. getTemplateService()
TemplateService
TemplateEngineConfiguration. getTemplateService()
Methods in com.flowable.template.engine with parameters of type TemplateService Modifier and Type Method Description void
TemplateEngineConfiguration. setTemplateService(TemplateService templateService)
-
Uses of TemplateService in com.flowable.template.engine.impl
Methods in com.flowable.template.engine.impl that return TemplateService Modifier and Type Method Description TemplateService
TemplateEngineImpl. getTemplateService()
-
Uses of TemplateService in com.flowable.template.engine.impl.runtime
Classes in com.flowable.template.engine.impl.runtime that implement TemplateService Modifier and Type Class Description class
TemplateServiceImpl
The template service implements methods supporting the creation and rendering ofTemplateVariationModel
.