Uses of Class
com.flowable.template.engine.impl.persistence.deploy.TemplateDefinitionCacheEntry
Packages that use TemplateDefinitionCacheEntry
-
Uses of TemplateDefinitionCacheEntry in com.flowable.template.engine
Fields in com.flowable.template.engine with type parameters of type TemplateDefinitionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<TemplateDefinitionCacheEntry>
TemplateEngineConfiguration.templateDefinitionCache
Methods in com.flowable.template.engine that return types with arguments of type TemplateDefinitionCacheEntryMethod parameters in com.flowable.template.engine with type arguments of type TemplateDefinitionCacheEntryModifier and TypeMethodDescriptionvoid
TemplateEngineConfiguration.setTemplateDefinitionCache
(DeploymentCache<TemplateDefinitionCacheEntry> templateDefinitionCache) -
Uses of TemplateDefinitionCacheEntry in com.flowable.template.engine.impl.deployer
Fields in com.flowable.template.engine.impl.deployer with type parameters of type TemplateDefinitionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<TemplateDefinitionCacheEntry>
TemplateDeploymentManager.templateDefinitionCache
Methods in com.flowable.template.engine.impl.deployer that return TemplateDefinitionCacheEntryModifier and TypeMethodDescriptionTemplateDeploymentManager.resolveTemplateDefinition
(TemplateDefinition templateDefinition) Methods in com.flowable.template.engine.impl.deployer that return types with arguments of type TemplateDefinitionCacheEntryMethod parameters in com.flowable.template.engine.impl.deployer with type arguments of type TemplateDefinitionCacheEntryModifier and TypeMethodDescriptionvoid
TemplateDeploymentManager.setTemplateDefinitionCache
(DeploymentCache<TemplateDefinitionCacheEntry> templateDefinitionCache)