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