Class DmnParse

java.lang.Object
org.flowable.dmn.engine.impl.parser.DmnParse
All Implemented Interfaces:
DmnXMLConstants

public class DmnParse extends Object implements DmnXMLConstants
Specific parsing of one DMN XML file, created by the DmnParse.
Author:
Tijs Rademakers, Joram Barrez, Yvo Swillens
  • Field Details

    • LOGGER

      protected static final org.slf4j.Logger LOGGER
    • name

      protected String name
    • validateSchema

      protected boolean validateSchema
    • streamSource

      protected StreamSource streamSource
    • sourceSystemId

      protected String sourceSystemId
    • dmnDefinition

      protected DmnDefinition dmnDefinition
    • targetNamespace

      protected String targetNamespace
    • deployment

      protected DmnDeploymentEntity deployment
      The deployment to which the parsed definition will be added.
    • decisions

      protected List<DecisionEntity> decisions
      The end result of the parsing: a list of decision (services).
  • Constructor Details

    • DmnParse

      public DmnParse()
  • Method Details