Uses of Class
org.flowable.dmn.engine.impl.persistence.deploy.DecisionCacheEntry
-
Packages that use DecisionCacheEntry Package Description org.flowable.dmn.engine org.flowable.dmn.engine.impl.persistence.deploy -
-
Uses of DecisionCacheEntry in org.flowable.dmn.engine
Fields in org.flowable.dmn.engine with type parameters of type DecisionCacheEntry Modifier and Type Field Description protected DeploymentCache<DecisionCacheEntry>DmnEngineConfiguration. definitionCacheMethods in org.flowable.dmn.engine that return types with arguments of type DecisionCacheEntry Modifier and Type Method Description DeploymentCache<DecisionCacheEntry>DmnEngineConfiguration. getDefinitionCache()Method parameters in org.flowable.dmn.engine with type arguments of type DecisionCacheEntry Modifier and Type Method Description DmnEngineConfigurationDmnEngineConfiguration. 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 DecisionCacheEntry Modifier and Type Field Description protected DeploymentCache<DecisionCacheEntry>DeploymentManager. decisionCacheMethods in org.flowable.dmn.engine.impl.persistence.deploy that return DecisionCacheEntry Modifier and Type Method Description DecisionCacheEntryDeploymentManager. 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 DecisionCacheEntry Modifier and Type Method Description DeploymentCache<DecisionCacheEntry>DeploymentManager. getDecisionCache()Method parameters in org.flowable.dmn.engine.impl.persistence.deploy with type arguments of type DecisionCacheEntry Modifier and Type Method Description voidDeploymentManager. setDecisionCache(DeploymentCache<DecisionCacheEntry> decisionCache)Constructor parameters in org.flowable.dmn.engine.impl.persistence.deploy with type arguments of type DecisionCacheEntry Constructor Description DeploymentManager(DeploymentCache<DecisionCacheEntry> decisionCache, DmnEngineConfiguration engineConfig)
-