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.definitionCache
Methods 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.decisionCache
Methods 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 theDmnDefinition
in 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 TypeMethodDescriptionvoid
DeploymentManager.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.decisionDefinitionCache
Methods 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 TypeMethodDescriptionvoid
DmnDeploymentEntity.addDecisionCacheEntry
(String decisionDefinitionId, DecisionCacheEntry decisionCacheEntry) void
DmnDeploymentEntityImpl.addDecisionCacheEntry
(String decisionDefinitionId, DecisionCacheEntry decisionCacheEntry)