Uses of Class
org.flowable.dmn.engine.impl.persistence.deploy.DecisionCacheEntry
Packages that use DecisionCacheEntry
Package
Description
-
Uses of DecisionCacheEntry in org.flowable.dmn.engine
Fields in org.flowable.dmn.engine with type parameters of type DecisionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<DecisionCacheEntry>DmnEngineConfiguration.definitionCacheMethods in org.flowable.dmn.engine that return types with arguments of type DecisionCacheEntryMethod parameters in org.flowable.dmn.engine with type arguments of type DecisionCacheEntryModifier and TypeMethodDescriptionDmnEngineConfiguration.setDefinitionCache(DeploymentCache<DecisionCacheEntry> definitionCache) -
Uses of DecisionCacheEntry in org.flowable.dmn.engine.impl.persistence.deploy
Fields in org.flowable.dmn.engine.impl.persistence.deploy with type parameters of type DecisionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<DecisionCacheEntry>DeploymentManager.decisionCacheMethods in org.flowable.dmn.engine.impl.persistence.deploy that return DecisionCacheEntryModifier and TypeMethodDescriptionDeploymentManager.resolveDecision(DmnDecision decision) Resolving the decision will fetch the DMN, parse it and store theDmnDefinitionin memory.Methods in org.flowable.dmn.engine.impl.persistence.deploy that return types with arguments of type DecisionCacheEntryMethod parameters in org.flowable.dmn.engine.impl.persistence.deploy with type arguments of type DecisionCacheEntryModifier and TypeMethodDescriptionvoidDeploymentManager.setDecisionCache(DeploymentCache<DecisionCacheEntry> decisionCache) Constructor parameters in org.flowable.dmn.engine.impl.persistence.deploy with type arguments of type DecisionCacheEntryModifierConstructorDescriptionDeploymentManager(DeploymentCache<DecisionCacheEntry> decisionCache, DmnEngineConfiguration engineConfig) -
Uses of DecisionCacheEntry in org.flowable.dmn.engine.impl.persistence.entity
Fields in org.flowable.dmn.engine.impl.persistence.entity with type parameters of type DecisionCacheEntryModifier and TypeFieldDescriptionprotected Map<String,DecisionCacheEntry> DmnDeploymentEntityImpl.decisionDefinitionCacheMethods in org.flowable.dmn.engine.impl.persistence.entity that return DecisionCacheEntryModifier and TypeMethodDescriptionDmnDeploymentEntity.getDecisionCacheEntry(String decisionDefinitionId) DmnDeploymentEntityImpl.getDecisionCacheEntry(String decisionDefinitionId) Methods in org.flowable.dmn.engine.impl.persistence.entity with parameters of type DecisionCacheEntryModifier and TypeMethodDescriptionvoidDmnDeploymentEntity.addDecisionCacheEntry(String decisionDefinitionId, DecisionCacheEntry decisionCacheEntry) voidDmnDeploymentEntityImpl.addDecisionCacheEntry(String decisionDefinitionId, DecisionCacheEntry decisionCacheEntry)