Class CmmnDeployer.CmmnParseContextImpl
java.lang.Object
org.flowable.cmmn.engine.impl.deployer.CmmnDeployer.CmmnParseContextImpl
- All Implemented Interfaces:
CmmnParseContext
- Enclosing class:
- CmmnDeployer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe validation that should be used for the Case Model validationbooleanWhether extra checks needs to be done when parsing the CMMN XMLresource()TheEngineResourcethat contains the information that should be parsedbooleanWhether to perform Flowable Case Model validationbooleanWhether to perform XML Schema validationThe encoding that should be used for the XML parsing.
-
Field Details
-
resource
-
-
Constructor Details
-
CmmnParseContextImpl
-
-
Method Details
-
resource
Description copied from interface:CmmnParseContextTheEngineResourcethat contains the information that should be parsed- Specified by:
resourcein interfaceCmmnParseContext
-
enableSafeXml
public boolean enableSafeXml()Description copied from interface:CmmnParseContextWhether extra checks needs to be done when parsing the CMMN XML- Specified by:
enableSafeXmlin interfaceCmmnParseContext
-
xmlEncoding
Description copied from interface:CmmnParseContextThe encoding that should be used for the XML parsing.- Specified by:
xmlEncodingin interfaceCmmnParseContext
-
validateXml
public boolean validateXml()Description copied from interface:CmmnParseContextWhether to perform XML Schema validation- Specified by:
validateXmlin interfaceCmmnParseContext
-
validateCmmnModel
public boolean validateCmmnModel()Description copied from interface:CmmnParseContextWhether to perform Flowable Case Model validation- Specified by:
validateCmmnModelin interfaceCmmnParseContext
-
caseValidator
Description copied from interface:CmmnParseContextThe validation that should be used for the Case Model validation- Specified by:
caseValidatorin interfaceCmmnParseContext
-