| Package | Description |
|---|---|
| org.flowable.dmn.engine | |
| org.flowable.dmn.engine.impl.persistence.deploy |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<DecisionCacheEntry> |
DmnEngineConfiguration.definitionCache |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<DecisionCacheEntry> |
DmnEngineConfiguration.getDefinitionCache() |
| Modifier and Type | Method and Description |
|---|---|
DmnEngineConfiguration |
DmnEngineConfiguration.setDefinitionCache(DeploymentCache<DecisionCacheEntry> definitionCache) |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<DecisionCacheEntry> |
DeploymentManager.decisionCache |
| Modifier and Type | Method and Description |
|---|---|
DecisionCacheEntry |
DeploymentManager.resolveDecision(DmnDecision decision)
Resolving the decision will fetch the DMN, parse it and store the
DmnDefinition in memory. |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<DecisionCacheEntry> |
DeploymentManager.getDecisionCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentManager.setDecisionCache(DeploymentCache<DecisionCacheEntry> decisionCache) |
| Constructor and Description |
|---|
DeploymentManager(DeploymentCache<DecisionCacheEntry> decisionCache,
DmnEngineConfiguration engineConfig) |
Copyright © 2021 Flowable. All rights reserved.