Uses of Class
com.flowable.template.engine.impl.persistence.deploy.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 org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<TemplateDefinitionCacheEntry>TemplateEngineConfiguration. templateDefinitionCacheMethods in com.flowable.template.engine that return types with arguments of type TemplateDefinitionCacheEntry Modifier and Type Method Description org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<TemplateDefinitionCacheEntry>TemplateEngineConfiguration. getTemplateDefinitionCache()Method parameters in com.flowable.template.engine with type arguments of type TemplateDefinitionCacheEntry Modifier and Type Method Description voidTemplateEngineConfiguration. setTemplateDefinitionCache(org.flowable.common.engine.impl.persistence.deploy.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 org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<TemplateDefinitionCacheEntry>TemplateDeploymentManager. templateDefinitionCacheMethods in com.flowable.template.engine.impl.deployer that return TemplateDefinitionCacheEntry Modifier and Type Method Description TemplateDefinitionCacheEntryTemplateDeploymentManager. resolveTemplateDefinition(TemplateDefinition templateDefinition)Methods in com.flowable.template.engine.impl.deployer that return types with arguments of type TemplateDefinitionCacheEntry Modifier and Type Method Description org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<TemplateDefinitionCacheEntry>TemplateDeploymentManager. getTemplateDefinitionCache()Method parameters in com.flowable.template.engine.impl.deployer with type arguments of type TemplateDefinitionCacheEntry Modifier and Type Method Description voidTemplateDeploymentManager. setTemplateDefinitionCache(org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<TemplateDefinitionCacheEntry> templateDefinitionCache)