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. templateDefinitionCache
Methods 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 void
TemplateEngineConfiguration. 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. 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 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 void
TemplateDeploymentManager. setTemplateDefinitionCache(org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<TemplateDefinitionCacheEntry> templateDefinitionCache)