Interface CmmnParseContext
- All Known Implementing Classes:
CmmnDeployer.CmmnParseContextImpl
public interface CmmnParseContext
- Author:
- Filip Hrisafov
-
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.
-
Method Details
-
resource
EngineResource resource()TheEngineResource
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
-