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 org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<TemplateDefinitionCacheEntry> TemplateEngineConfiguration.templateDefinitionCacheMethods in com.flowable.template.engine that return types with arguments of type TemplateDefinitionCacheEntryModifier and TypeMethodDescriptionorg.flowable.common.engine.impl.persistence.deploy.DeploymentCache<TemplateDefinitionCacheEntry> TemplateEngineConfiguration.getTemplateDefinitionCache()Method parameters in com.flowable.template.engine with type arguments of type TemplateDefinitionCacheEntryModifier and TypeMethodDescriptionvoidTemplateEngineConfiguration.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 TemplateDefinitionCacheEntryModifier and TypeFieldDescriptionprotected org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<TemplateDefinitionCacheEntry> TemplateDeploymentManager.templateDefinitionCacheMethods 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 TemplateDefinitionCacheEntryModifier and TypeMethodDescriptionorg.flowable.common.engine.impl.persistence.deploy.DeploymentCache<TemplateDefinitionCacheEntry> TemplateDeploymentManager.getTemplateDefinitionCache()Method parameters in com.flowable.template.engine.impl.deployer with type arguments of type TemplateDefinitionCacheEntryModifier and TypeMethodDescriptionvoidTemplateDeploymentManager.setTemplateDefinitionCache(org.flowable.common.engine.impl.persistence.deploy.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.templateDefinitionCacheMethods 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 TypeMethodDescriptionvoidTemplateDeploymentEntity.addTemplateDefinitionCacheEntry(String templateDefinitionId, TemplateDefinitionCacheEntry templateDefinitionCacheEntry) voidTemplateDeploymentEntityImpl.addTemplateDefinitionCacheEntry(String templateDefinitionId, TemplateDefinitionCacheEntry templateDefinitionCacheEntry)