Uses of Class
com.flowable.template.engine.TemplateEngineConfiguration
-
Uses of TemplateEngineConfiguration in com.flowable.platform.service.template
Fields in com.flowable.platform.service.template declared as TemplateEngineConfiguration Modifier and Type Field Description protected TemplateEngineConfiguration
TemplateChangeServiceImpl. templateEngineConfiguration
Constructors in com.flowable.platform.service.template with parameters of type TemplateEngineConfiguration Constructor Description TemplateChangeServiceImpl(TemplateRepositoryService templateRepositoryService, TemplateEngineConfiguration templateEngineConfiguration, org.flowable.engine.RuntimeService runtimeService, org.flowable.engine.TaskService taskService, org.flowable.engine.IdentityService identityService, AuditService auditService)
-
Uses of TemplateEngineConfiguration in com.flowable.template.engine
Methods in com.flowable.template.engine that return TemplateEngineConfiguration Modifier and Type Method Description TemplateEngineConfiguration
TemplateEngine. getTemplateEngineConfiguration()
TemplateEngineConfiguration
TemplateEngineConfiguration. setDataSource(javax.sql.DataSource dataSource)
-
Uses of TemplateEngineConfiguration in com.flowable.template.engine.autodeployment
Methods in com.flowable.template.engine.autodeployment with parameters of type TemplateEngineConfiguration Modifier and Type Method Description protected void
DefaultAutoDeploymentStrategy. collectDefinition(org.springframework.core.io.Resource resource, java.util.Map<java.lang.String,org.springframework.core.io.Resource> templateKeyMap, java.util.Map<java.lang.String,TemplateVariationModel> templateVariationKeyMap, TemplateEngineConfiguration templateEngineConfiguration)
protected void
DefaultAutoDeploymentStrategy. collectDefinitions(org.springframework.core.io.Resource[] resources, java.util.Map<java.lang.String,org.springframework.core.io.Resource> templateKeyMap, java.util.Map<java.lang.String,TemplateVariationModel> templateVariationKeyMap, TemplateEngineConfiguration templateEngineConfiguration)
-
Uses of TemplateEngineConfiguration in com.flowable.template.engine.configurator
Fields in com.flowable.template.engine.configurator declared as TemplateEngineConfiguration Modifier and Type Field Description protected TemplateEngineConfiguration
TemplateEngineConfigurator. engineConfiguration
Methods in com.flowable.template.engine.configurator that return TemplateEngineConfiguration Modifier and Type Method Description TemplateEngineConfiguration
TemplateEngineConfigurator. getEngineConfiguration()
Methods in com.flowable.template.engine.configurator with parameters of type TemplateEngineConfiguration Modifier and Type Method Description void
TemplateEngineConfigurator. setEngineConfiguration(TemplateEngineConfiguration engineConfiguration)
-
Uses of TemplateEngineConfiguration in com.flowable.template.engine.impl
Fields in com.flowable.template.engine.impl declared as TemplateEngineConfiguration Modifier and Type Field Description protected TemplateEngineConfiguration
TemplateEngineImpl. engineConfiguration
Methods in com.flowable.template.engine.impl that return TemplateEngineConfiguration Modifier and Type Method Description TemplateEngineConfiguration
TemplateEngineImpl. getTemplateEngineConfiguration()
Constructors in com.flowable.template.engine.impl with parameters of type TemplateEngineConfiguration Constructor Description TemplateEngineImpl(TemplateEngineConfiguration engineConfiguration)
-
Uses of TemplateEngineConfiguration in com.flowable.template.engine.impl.cmd
Methods in com.flowable.template.engine.impl.cmd with parameters of type TemplateEngineConfiguration Modifier and Type Method Description protected TemplateVariationDefinition
ProcessTemplateCmd. getTemplateVariationDefinition(TemplateEngineConfiguration templateEngineConfiguration, TemplateModel templateModel, java.lang.String tenantIdToUse)
-
Uses of TemplateEngineConfiguration in com.flowable.template.engine.impl.deployer
Fields in com.flowable.template.engine.impl.deployer declared as TemplateEngineConfiguration Modifier and Type Field Description protected TemplateEngineConfiguration
TemplateDeploymentManager. templateEngineConfiguration
Methods in com.flowable.template.engine.impl.deployer that return TemplateEngineConfiguration Modifier and Type Method Description TemplateEngineConfiguration
TemplateDeploymentManager. getTemplateEngineConfiguration()
Methods in com.flowable.template.engine.impl.deployer with parameters of type TemplateEngineConfiguration Modifier and Type Method Description protected void
TemplateVariationDefinitionDeployer. createContentItemIfNeeded(TemplateEngineConfiguration templateEngineConfiguration, TemplateVariationDefinitionEntity templateVariationDefinition, TemplateVariationModel templateVariationModel, java.util.Map<java.lang.String,org.flowable.common.engine.api.repository.EngineResource> resources)
protected java.lang.String
TemplateVariationDefinitionDeployer. getOrCreateRootFolderId(TemplateEngineConfiguration templateEngineConfiguration, com.flowable.core.content.api.CoreContentService contentService, java.util.Map<java.lang.String,com.flowable.core.content.api.CoreContentItem> cachedFolders, java.lang.String tenantId)
protected com.flowable.core.content.api.CoreContentItem
TemplateVariationDefinitionDeployer. getOrCreateTemplatesFolder(java.lang.String tenantId, TemplateEngineConfiguration templateEngineConfiguration, com.flowable.core.content.api.CoreContentService contentService)
protected void
TemplateVariationDefinitionDeployer. processTemplateVariationResource(TemplateEngineConfiguration templateEngineConfiguration, com.fasterxml.jackson.databind.JsonNode variationNode, java.lang.String resourceName, TemplateDeploymentEntity deploymentEntity, java.util.Map<java.lang.String,org.flowable.common.engine.api.repository.EngineResource> resources)
void
TemplateDeploymentManager. setTemplateEngineConfiguration(TemplateEngineConfiguration templateEngineConfiguration)
-
Uses of TemplateEngineConfiguration in com.flowable.template.engine.impl.persistence.entity
Fields in com.flowable.template.engine.impl.persistence.entity declared as TemplateEngineConfiguration Modifier and Type Field Description protected TemplateEngineConfiguration
TemplateEntityManagers. configuration
Constructors in com.flowable.template.engine.impl.persistence.entity with parameters of type TemplateEngineConfiguration Constructor Description TemplateDefinitionEntityManagerImpl(TemplateEngineConfiguration configuration, TemplateDefinitionDataManager templateDefinitionDataManager)
TemplateDeploymentEntityManagerImpl(TemplateEngineConfiguration actionEngineConfiguration, TemplateDeploymentDataManager deploymentDataManager)
TemplateEntityManagers(TemplateEngineConfiguration configuration, TemplateDataManagers dataManagers)
TemplateResourceEntityManagerImpl(TemplateEngineConfiguration actionEngineConfiguration, TemplateResourceDataManager resourceDataManager)
TemplateVariationDefinitionEntityManagerImpl(TemplateEngineConfiguration configuration, TemplateVariationDefinitionDataManager templateVariationDefinitionDataManager)
-
Uses of TemplateEngineConfiguration in com.flowable.template.engine.impl.persistence.entity.data
Fields in com.flowable.template.engine.impl.persistence.entity.data declared as TemplateEngineConfiguration Modifier and Type Field Description protected TemplateEngineConfiguration
AbstractTemplateDataManager. templateEngineConfiguration
Methods in com.flowable.template.engine.impl.persistence.entity.data with parameters of type TemplateEngineConfiguration Modifier and Type Method Description void
TemplateDataManagers. init(TemplateEngineConfiguration templateEngineConfiguration)
Constructors in com.flowable.template.engine.impl.persistence.entity.data with parameters of type TemplateEngineConfiguration Constructor Description AbstractTemplateDataManager(TemplateEngineConfiguration templateEngineConfiguration)
-
Uses of TemplateEngineConfiguration in com.flowable.template.engine.impl.persistence.entity.data.impl
Constructors in com.flowable.template.engine.impl.persistence.entity.data.impl with parameters of type TemplateEngineConfiguration Constructor Description MybatisTemplateDefinitionDataManager(TemplateEngineConfiguration templateEngineConfiguration)
MybatisTemplateDeploymentDataManager(TemplateEngineConfiguration templateEngineConfiguration)
MybatisTemplateResourceDataManager(TemplateEngineConfiguration templateEngineConfiguration)
MybatisTemplateVariationDefinitionDataManager(TemplateEngineConfiguration templateEngineConfiguration)
-
Uses of TemplateEngineConfiguration in com.flowable.template.engine.impl.repository
Constructors in com.flowable.template.engine.impl.repository with parameters of type TemplateEngineConfiguration Constructor Description TemplateRepositoryServiceImpl(TemplateEngineConfiguration engineConfiguration)
-
Uses of TemplateEngineConfiguration in com.flowable.template.engine.impl.runtime
Constructors in com.flowable.template.engine.impl.runtime with parameters of type TemplateEngineConfiguration Constructor Description TemplateServiceImpl(TemplateEngineConfiguration engineConfiguration)
TemplateServiceImpl(TemplateEngineConfiguration engineConfiguration, org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
Uses of TemplateEngineConfiguration in com.flowable.template.engine.impl.util
Methods in com.flowable.template.engine.impl.util that return TemplateEngineConfiguration Modifier and Type Method Description static TemplateEngineConfiguration
CommandContextUtil. getTemplateEngineConfiguration()
static TemplateEngineConfiguration
CommandContextUtil. getTemplateEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)