Interface CmmnParseContext

All Known Implementing Classes:
CmmnDeployer.CmmnParseContextImpl

public interface CmmnParseContext
Author:
Filip Hrisafov
  • Method Details

    • resource

      EngineResource resource()
      The EngineResource that contains the information that should be parsed
    • enableSafeXml

      boolean enableSafeXml()
      Whether extra checks needs to be done when parsing the CMMN XML
    • xmlEncoding

      String xmlEncoding()
      The encoding that should be used for the XML parsing.
    • validateXml

      boolean validateXml()
      Whether to perform XML Schema validation
    • validateCmmnModel

      boolean validateCmmnModel()
      Whether to perform Flowable Case Model validation
    • caseValidator

      CaseValidator caseValidator()
      The validation that should be used for the Case Model validation