Uses of Interface
com.flowable.template.api.TemplateService
Packages that use TemplateService
Package
Description
-
Uses of TemplateService in com.flowable.action.engine.impl.repository
Fields in com.flowable.action.engine.impl.repository declared as TemplateServiceModifier and TypeFieldDescriptionprotected final TemplateService
ActionTemplateServiceImpl.templateService
Constructors in com.flowable.action.engine.impl.repository with parameters of type TemplateService -
Uses of TemplateService in com.flowable.platform.service.index
Fields in com.flowable.platform.service.index declared as TemplateService -
Uses of TemplateService in com.flowable.platform.service.query
Fields in com.flowable.platform.service.query declared as TemplateService -
Uses of TemplateService in com.flowable.template.api
Methods in com.flowable.template.api that return TemplateServiceModifier 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
Methods in com.flowable.template.api.repository that return TemplateService -
Uses of TemplateService in com.flowable.template.engine
Fields in com.flowable.template.engine declared as TemplateServiceModifier and TypeFieldDescriptionprotected TemplateService
TemplateEngineConfiguration.templateService
Methods in com.flowable.template.engine that return TemplateServiceModifier and TypeMethodDescriptionTemplateEngine.getTemplateService()
TemplateEngineConfiguration.getTemplateService()
Methods in com.flowable.template.engine with parameters of type TemplateServiceModifier and TypeMethodDescriptionvoid
TemplateEngineConfiguration.setTemplateService
(TemplateService templateService) -
Uses of TemplateService in com.flowable.template.engine.impl
Methods in com.flowable.template.engine.impl that return TemplateService -
Uses of TemplateService in com.flowable.template.engine.impl.runtime
Classes in com.flowable.template.engine.impl.runtime that implement TemplateServiceModifier and TypeClassDescriptionclass
The template service implements methods supporting the creation and rendering ofTemplateVariationModel
.Methods in com.flowable.template.engine.impl.runtime that return TemplateService