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 TemplateServiceActionTemplateServiceImpl.templateServiceConstructors in com.flowable.action.engine.impl.repository with parameters of type TemplateService -
Uses of TemplateService in com.flowable.engage.external.system.service
Fields in com.flowable.engage.external.system.service declared as TemplateServiceModifier and TypeFieldDescriptionprotected final TemplateServiceInboundUnsupportedMessageServiceImpl.templateServiceConstructors in com.flowable.engage.external.system.service with parameters of type TemplateServiceModifierConstructorDescriptionInboundUnsupportedMessageServiceImpl(InboundMessageRoutingService inboundMessageRoutingService, MessageService messageService, ExternalConversationService externalConversationService, TemplateService templateService, PlatformIdentityService identityService) -
Uses of TemplateService in com.flowable.engage.external.system.wechat
Fields in com.flowable.engage.external.system.wechat declared as TemplateServiceModifier and TypeFieldDescriptionprotected final TemplateServiceWeChatInboundMessageEventHandlerImpl.templateServiceprotected final TemplateServiceWeChatTemplateMessageBot.templateServiceConstructors in com.flowable.engage.external.system.wechat with parameters of type TemplateServiceModifierConstructorDescriptionWeChatInboundMessageEventHandlerImpl(InboundMessageHandler inboundMessageHandler, ExternalConversationService externalConversationService, TemplateService templateService) WeChatTemplateMessageBot(TemplateService templateService, ConversationService conversationService, ConversationPermissionService conversationPermissionService, MessageService messageService, PlatformIdentityService platformIdentityService, JmsMessageOperations jmsMessageOperations, WeChatProperties weChatProperties, UserAccountService userAccountService) -
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 TemplateServiceTemplateEngineConfiguration.templateServiceMethods 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 TypeMethodDescriptionvoidTemplateEngineConfiguration.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 TypeClassDescriptionclassThe template service implements methods supporting the creation and rendering ofTemplateVariationModel.Methods in com.flowable.template.engine.impl.runtime that return TemplateService