| Package | Description |
|---|---|
| org.activiti.dmn.engine.impl.deployer |
| Modifier and Type | Method and Description |
|---|---|
ParsedDeployment |
ParsedDeploymentBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<DecisionTableEntity,DecisionTableEntity> |
DmnDeployer.getPreviousVersionsOfDecisionTables(ParsedDeployment parsedDeployment)
Constructs a map from new DecisionTableEntities to the previous version by key and tenant.
|
protected void |
DmnDeployer.makeDecisionTablesConsistentWithPersistedVersions(ParsedDeployment parsedDeployment)
Loads the persisted version of each decision table and set values on the in-memory version to be consistent.
|
protected void |
DmnDeployer.persistDecisionTables(ParsedDeployment parsedDeployment)
Saves each decision table.
|
protected void |
DmnDeployer.setDecisionTableVersionsAndIds(ParsedDeployment parsedDeployment,
Map<DecisionTableEntity,DecisionTableEntity> mapNewToOldDecisionTables)
Sets the version on each decision table entity, and the identifier.
|
void |
DmnDeploymentHelper.setResourceNamesOnDecisionTables(ParsedDeployment parsedDeployment)
Updates all the decision table entities to have the correct resource names.
|
void |
CachingAndArtifactsManager.updateCachingAndArtifacts(ParsedDeployment parsedDeployment)
Ensures that the decision table is cached in the appropriate places, including the
deployment's collection of deployed artifacts and the deployment manager's cache.
|
Copyright © 2017 Alfresco. All rights reserved.