public interface CmmnParseContext
| Modifier and Type | Method and Description |
|---|---|
CaseValidator |
caseValidator()
The validation that should be used for the Case Model validation
|
boolean |
enableSafeXml()
Whether extra checks needs to be done when parsing the CMMN XML
|
EngineResource |
resource()
The
EngineResource that contains the information that should be parsed |
boolean |
validateCmmnModel()
Whether to perform Flowable Case Model validation
|
boolean |
validateXml()
Whether to perform XML Schema validation
|
String |
xmlEncoding()
The encoding that should be used for the XML parsing.
|
EngineResource resource()
EngineResource that contains the information that should be parsedboolean enableSafeXml()
String xmlEncoding()
boolean validateXml()
boolean validateCmmnModel()
CaseValidator caseValidator()
Copyright © 2021 Flowable. All rights reserved.