Class CmmnDeployer.CmmnParseContextImpl
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.deployer.CmmnDeployer.CmmnParseContextImpl
-
- All Implemented Interfaces:
CmmnParseContext
- Enclosing class:
- CmmnDeployer
protected class CmmnDeployer.CmmnParseContextImpl extends Object implements CmmnParseContext
-
-
Field Summary
Fields Modifier and Type Field Description protected EngineResourceresource
-
Constructor Summary
Constructors Constructor Description CmmnParseContextImpl(EngineResource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CaseValidatorcaseValidator()The validation that should be used for the Case Model validationbooleanenableSafeXml()Whether extra checks needs to be done when parsing the CMMN XMLEngineResourceresource()TheEngineResourcethat contains the information that should be parsedbooleanvalidateCmmnModel()Whether to perform Flowable Case Model validationbooleanvalidateXml()Whether to perform XML Schema validationStringxmlEncoding()The encoding that should be used for the XML parsing.
-
-
-
Field Detail
-
resource
protected final EngineResource resource
-
-
Constructor Detail
-
CmmnParseContextImpl
public CmmnParseContextImpl(EngineResource resource)
-
-
Method Detail
-
resource
public EngineResource 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
public String 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
public CaseValidator caseValidator()
Description copied from interface:CmmnParseContextThe validation that should be used for the Case Model validation- Specified by:
caseValidatorin interfaceCmmnParseContext
-
-