| Package | Description |
|---|---|
| org.flowable.dmn.converter.child | |
| org.flowable.dmn.editor.converter | |
| org.flowable.dmn.engine.impl.el | |
| org.flowable.dmn.model |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InputEntryParser.migrateExtensionElement(DmnExtensionElement extensionElement,
InputClause inputClause) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DmnJsonConverter.processInputExpressions(com.fasterxml.jackson.databind.JsonNode modelNode,
Map<String,InputClause> ruleInputContainerMap,
Map<String,String> newOldIdMap,
DecisionTable decisionTable) |
protected void |
DmnJsonConverter.processRules(com.fasterxml.jackson.databind.JsonNode modelNode,
Map<String,InputClause> ruleInputContainerMap,
Map<String,OutputClause> ruleOutputContainerMap,
List<String> complexExpressionIds,
Map<String,String> newOldIdMap,
DecisionTable decisionTable) |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
ELExpressionExecutor.executeInputExpression(InputClause inputClause,
UnaryTests inputEntry,
ExpressionManager expressionManager,
ELExecutionContext executionContext) |
| Modifier and Type | Field and Description |
|---|---|
protected List<InputClause> |
DecisionTable.inputs |
| Modifier and Type | Method and Description |
|---|---|
InputClause |
RuleInputClauseContainer.getInputClause() |
| Modifier and Type | Method and Description |
|---|---|
List<InputClause> |
DecisionTable.getInputs() |
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionTable.addInput(InputClause input) |
void |
RuleInputClauseContainer.setInputClause(InputClause inputClause) |
| Constructor and Description |
|---|
RuleInputClauseContainer(InputClause inputClause,
UnaryTests inputEntry) |
Copyright © 2023 Flowable. All rights reserved.