protected class CmmnDeployer.CmmnParseContextImpl extends Object implements CmmnParseContext
| Modifier and Type | Field and Description |
|---|---|
protected EngineResource |
resource |
| Constructor and Description |
|---|
CmmnParseContextImpl(EngineResource resource) |
| 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.
|
protected final EngineResource resource
public CmmnParseContextImpl(EngineResource resource)
public EngineResource resource()
CmmnParseContextEngineResource that contains the information that should be parsedresource in interface CmmnParseContextpublic boolean enableSafeXml()
CmmnParseContextenableSafeXml in interface CmmnParseContextpublic String xmlEncoding()
CmmnParseContextxmlEncoding in interface CmmnParseContextpublic boolean validateXml()
CmmnParseContextvalidateXml in interface CmmnParseContextpublic boolean validateCmmnModel()
CmmnParseContextvalidateCmmnModel in interface CmmnParseContextpublic CaseValidator caseValidator()
CmmnParseContextcaseValidator in interface CmmnParseContextCopyright © 2021 Flowable. All rights reserved.