Interface CmmnParseContext

    • Method Detail

      • 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