Uses of Class
com.flowable.template.engine.impl.persistence.deploy.TemplateVariationDefinitionCacheEntry
Package | Description |
---|---|
com.flowable.template.engine | |
com.flowable.template.engine.impl.deployer |
-
Uses of TemplateVariationDefinitionCacheEntry in com.flowable.template.engine
Fields in com.flowable.template.engine with type parameters of type TemplateVariationDefinitionCacheEntry Modifier and Type Field Description protected org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<TemplateVariationDefinitionCacheEntry>
TemplateEngineConfiguration. templateVariationDefinitionCache
Methods in com.flowable.template.engine that return types with arguments of type TemplateVariationDefinitionCacheEntry Modifier and Type Method Description org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<TemplateVariationDefinitionCacheEntry>
TemplateEngineConfiguration. getTemplateVariationDefinitionCache()
Method parameters in com.flowable.template.engine with type arguments of type TemplateVariationDefinitionCacheEntry Modifier and Type Method Description void
TemplateEngineConfiguration. setTemplateVariationDefinitionCache(org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<TemplateVariationDefinitionCacheEntry> templateVariationDefinitionCache)
-
Uses of TemplateVariationDefinitionCacheEntry in com.flowable.template.engine.impl.deployer
Fields in com.flowable.template.engine.impl.deployer with type parameters of type TemplateVariationDefinitionCacheEntry Modifier and Type Field Description protected org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<TemplateVariationDefinitionCacheEntry>
TemplateDeploymentManager. templateVariationDefinitionCache
Methods in com.flowable.template.engine.impl.deployer that return TemplateVariationDefinitionCacheEntry Modifier and Type Method Description TemplateVariationDefinitionCacheEntry
TemplateDeploymentManager. resolveTemplateVariationDefinition(TemplateVariationDefinition templateVariationDefinition)
Methods in com.flowable.template.engine.impl.deployer that return types with arguments of type TemplateVariationDefinitionCacheEntry Modifier and Type Method Description org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<TemplateVariationDefinitionCacheEntry>
TemplateDeploymentManager. getTemplateVariationDefinitionCache()
Method parameters in com.flowable.template.engine.impl.deployer with type arguments of type TemplateVariationDefinitionCacheEntry Modifier and Type Method Description void
TemplateDeploymentManager. setTemplateVariationDefinitionCache(org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<TemplateVariationDefinitionCacheEntry> templateVariationDefinitionCache)