| Package | Description |
|---|---|
| org.flowable.cmmn.engine | |
| org.flowable.cmmn.engine.impl.deployer | |
| org.flowable.cmmn.engine.impl.parser | |
| org.flowable.cmmn.engine.impl.parser.handler |
| Modifier and Type | Field and Description |
|---|---|
protected CmmnParser |
CmmnEngineConfiguration.cmmnParser |
| Modifier and Type | Method and Description |
|---|---|
CmmnParser |
CmmnEngineConfiguration.getCmmnParser() |
| Modifier and Type | Method and Description |
|---|---|
CmmnEngineConfiguration |
CmmnEngineConfiguration.setCmmnParser(CmmnParser cmmnParser) |
| Modifier and Type | Field and Description |
|---|---|
protected CmmnParser |
CmmnDeployer.cmmnParser |
| Modifier and Type | Method and Description |
|---|---|
CmmnParser |
CmmnDeployer.getCmmnParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
CmmnDeployer.setCmmnParser(CmmnParser cmmnParser) |
| Modifier and Type | Class and Description |
|---|---|
class |
CmmnParserImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
CmmnParseHandler.parse(CmmnParser cmmnParser,
CmmnParseResult cmmnParseResult,
org.flowable.cmmn.model.BaseElement element)
The actual delegation method.
|
void |
CmmnParseHandlers.parseElement(CmmnParser cmmnParser,
CmmnParseResult cmmnParseResult,
org.flowable.cmmn.model.BaseElement baseElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCmmnParseHandler.parse(CmmnParser cmmnParser,
CmmnParseResult cmmnParseResult,
org.flowable.cmmn.model.BaseElement element) |
Copyright © 2019 Flowable. All rights reserved.