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 validationboolean
Whether extra checks needs to be done when parsing the CMMN XMLresource()
TheEngineResource
that contains the information that should be parsedboolean
Whether to perform Flowable Case Model validationboolean
Whether 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:CmmnParseContext
TheEngineResource
that contains the information that should be parsed- Specified by:
resource
in interfaceCmmnParseContext
-
enableSafeXml
public boolean enableSafeXml()Description copied from interface:CmmnParseContext
Whether extra checks needs to be done when parsing the CMMN XML- Specified by:
enableSafeXml
in interfaceCmmnParseContext
-
xmlEncoding
Description copied from interface:CmmnParseContext
The encoding that should be used for the XML parsing.- Specified by:
xmlEncoding
in interfaceCmmnParseContext
-
validateXml
public boolean validateXml()Description copied from interface:CmmnParseContext
Whether to perform XML Schema validation- Specified by:
validateXml
in interfaceCmmnParseContext
-
validateCmmnModel
public boolean validateCmmnModel()Description copied from interface:CmmnParseContext
Whether to perform Flowable Case Model validation- Specified by:
validateCmmnModel
in interfaceCmmnParseContext
-
caseValidator
Description copied from interface:CmmnParseContext
The validation that should be used for the Case Model validation- Specified by:
caseValidator
in interfaceCmmnParseContext
-