Uses of Class
com.flowable.template.engine.impl.persistence.deploy.TemplateDefinitionCacheEntry
Packages that use TemplateDefinitionCacheEntry
Package
Description
-
Uses of TemplateDefinitionCacheEntry in com.flowable.template.engine
Fields in com.flowable.template.engine with type parameters of type TemplateDefinitionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<TemplateDefinitionCacheEntry>
TemplateEngineConfiguration.templateDefinitionCache
Methods in com.flowable.template.engine that return types with arguments of type TemplateDefinitionCacheEntryMethod parameters in com.flowable.template.engine with type arguments of type TemplateDefinitionCacheEntryModifier and TypeMethodDescriptionvoid
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 TemplateDefinitionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<TemplateDefinitionCacheEntry>
TemplateDeploymentManager.templateDefinitionCache
Methods in com.flowable.template.engine.impl.deployer that return TemplateDefinitionCacheEntryModifier and TypeMethodDescriptionTemplateDeploymentManager.resolveTemplateDefinition
(TemplateDefinition templateDefinition) Methods in com.flowable.template.engine.impl.deployer that return types with arguments of type TemplateDefinitionCacheEntryMethod parameters in com.flowable.template.engine.impl.deployer with type arguments of type TemplateDefinitionCacheEntryModifier and TypeMethodDescriptionvoid
TemplateDeploymentManager.setTemplateDefinitionCache
(DeploymentCache<TemplateDefinitionCacheEntry> templateDefinitionCache) -
Uses of TemplateDefinitionCacheEntry in com.flowable.template.engine.impl.persistence.entity
Fields in com.flowable.template.engine.impl.persistence.entity with type parameters of type TemplateDefinitionCacheEntryModifier and TypeFieldDescriptionprotected Map<String,
TemplateDefinitionCacheEntry> TemplateDeploymentEntityImpl.templateDefinitionCache
Methods in com.flowable.template.engine.impl.persistence.entity that return TemplateDefinitionCacheEntryModifier and TypeMethodDescriptionTemplateDeploymentEntity.getTemplateDefinitionCacheEntry
(String templateDefinitionId) TemplateDeploymentEntityImpl.getTemplateDefinitionCacheEntry
(String templateDefinitionId) Methods in com.flowable.template.engine.impl.persistence.entity with parameters of type TemplateDefinitionCacheEntryModifier and TypeMethodDescriptionvoid
TemplateDeploymentEntity.addTemplateDefinitionCacheEntry
(String templateDefinitionId, TemplateDefinitionCacheEntry templateDefinitionCacheEntry) void
TemplateDeploymentEntityImpl.addTemplateDefinitionCacheEntry
(String templateDefinitionId, TemplateDefinitionCacheEntry templateDefinitionCacheEntry)