Uses of Class
com.flowable.template.engine.impl.persistence.deploy.TemplateVariationDefinitionCacheEntry
-
Packages that use 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 DeploymentCache<TemplateVariationDefinitionCacheEntry>
TemplateEngineConfiguration. templateVariationDefinitionCache
Methods in com.flowable.template.engine that return types with arguments of type TemplateVariationDefinitionCacheEntry Modifier and Type Method Description 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(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 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 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(DeploymentCache<TemplateVariationDefinitionCacheEntry> templateVariationDefinitionCache)
-