Class DecisionDefinitionDeployer

java.lang.Object
org.camunda.bpm.engine.impl.AbstractDefinitionDeployer<DecisionDefinitionEntity>
org.camunda.bpm.engine.impl.dmn.deployer.DecisionDefinitionDeployer
All Implemented Interfaces:
Deployer

public class DecisionDefinitionDeployer extends AbstractDefinitionDeployer<DecisionDefinitionEntity>
Deployer responsible to parse DMN 1.1 XML files and create the proper DecisionDefinitionEntitys. Since it uses the result of the DecisionRequirementsDefinitionDeployer to avoid duplicated parsing, the DecisionRequirementsDefinitionDeployer must process the deployment before this cacheDeployer.