Uses of Class
com.flowable.template.engine.impl.persistence.deploy.TemplateDefinitionCacheEntry
-
Packages that use TemplateDefinitionCacheEntry Package Description com.flowable.template.engine com.flowable.template.engine.impl.deployer -
-
Uses of TemplateDefinitionCacheEntry in com.flowable.template.engine
Fields in com.flowable.template.engine with type parameters of type TemplateDefinitionCacheEntry Modifier and Type Field Description protected DeploymentCache<TemplateDefinitionCacheEntry>
TemplateEngineConfiguration. templateDefinitionCache
Methods in com.flowable.template.engine that return types with arguments of type TemplateDefinitionCacheEntry Modifier and Type Method Description DeploymentCache<TemplateDefinitionCacheEntry>
TemplateEngineConfiguration. getTemplateDefinitionCache()
Method parameters in com.flowable.template.engine with type arguments of type TemplateDefinitionCacheEntry Modifier and Type Method Description void
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 TemplateDefinitionCacheEntry Modifier and Type Field Description protected DeploymentCache<TemplateDefinitionCacheEntry>
TemplateDeploymentManager. templateDefinitionCache
Methods in com.flowable.template.engine.impl.deployer that return TemplateDefinitionCacheEntry Modifier and Type Method Description TemplateDefinitionCacheEntry
TemplateDeploymentManager. resolveTemplateDefinition(TemplateDefinition templateDefinition)
Methods in com.flowable.template.engine.impl.deployer that return types with arguments of type TemplateDefinitionCacheEntry Modifier and Type Method Description DeploymentCache<TemplateDefinitionCacheEntry>
TemplateDeploymentManager. getTemplateDefinitionCache()
Method parameters in com.flowable.template.engine.impl.deployer with type arguments of type TemplateDefinitionCacheEntry Modifier and Type Method Description void
TemplateDeploymentManager. setTemplateDefinitionCache(DeploymentCache<TemplateDefinitionCacheEntry> templateDefinitionCache)
-