Uses of Class
com.flowable.template.engine.impl.runtime.TemplateServiceImpl
-
Packages that use TemplateServiceImpl Package Description com.flowable.template.engine.impl.runtime -
-
Uses of TemplateServiceImpl in com.flowable.template.engine.impl.runtime
Fields in com.flowable.template.engine.impl.runtime declared as TemplateServiceImpl Modifier and Type Field Description protected TemplateServiceImpl
TemplateContentProcessingBuilderImpl. templateService
protected TemplateServiceImpl
TemplateProcessingBuilderImpl. templateService
Methods in com.flowable.template.engine.impl.runtime that return TemplateServiceImpl Modifier and Type Method Description TemplateServiceImpl
TemplateProcessingBuilderImpl. getTemplateService()
Methods in com.flowable.template.engine.impl.runtime with parameters of type TemplateServiceImpl Modifier and Type Method Description void
TemplateProcessingBuilderImpl. setTemplateService(TemplateServiceImpl templateService)
Constructors in com.flowable.template.engine.impl.runtime with parameters of type TemplateServiceImpl Constructor Description TemplateContentProcessingBuilderImpl(TemplateServiceImpl templateService)
TemplateProcessingBuilderImpl(TemplateServiceImpl templateService)
-