| Modifier and Type | Method and Description |
|---|---|
void |
AllowedValuesParser.parseChildElement(XMLStreamReader xtr,
DmnElement parentElement,
Decision decision) |
void |
VariableParser.parseChildElement(XMLStreamReader xtr,
DmnElement parentElement,
Decision decision) |
void |
RequiredAuthorityParser.parseChildElement(XMLStreamReader xtr,
DmnElement parentElement,
Decision decision) |
void |
OutputClauseParser.parseChildElement(XMLStreamReader xtr,
DmnElement parentElement,
Decision decision) |
void |
OutputEntryParser.parseChildElement(XMLStreamReader xtr,
DmnElement parentElement,
Decision decision) |
void |
InputExpressionParser.parseChildElement(XMLStreamReader xtr,
DmnElement parentElement,
Decision decision) |
void |
TypeRefParser.parseChildElement(XMLStreamReader xtr,
DmnElement parentElement,
Decision decision) |
void |
InputEntryParser.parseChildElement(XMLStreamReader xtr,
DmnElement parentElement,
Decision decision) |
void |
ItemComponentParser.parseChildElement(XMLStreamReader xtr,
DmnElement parentElement,
Decision decision) |
void |
OutputValuesParser.parseChildElement(XMLStreamReader xtr,
DmnElement parentElement,
Decision decision) |
void |
RequiredDecisionParser.parseChildElement(XMLStreamReader xtr,
DmnElement parentElement,
Decision decision) |
void |
RequiredInputParser.parseChildElement(XMLStreamReader xtr,
DmnElement parentElement,
Decision decision) |
abstract void |
BaseChildElementParser.parseChildElement(XMLStreamReader xtr,
DmnElement parentElement,
Decision decision) |
void |
InputClauseParser.parseChildElement(XMLStreamReader xtr,
DmnElement parentElement,
Decision decision) |
protected void |
BaseChildElementParser.parseChildElements(XMLStreamReader xtr,
DmnElement parentElement,
Decision decision,
BaseChildElementParser parser) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DmnXMLUtil.parseChildElements(String elementName,
DmnElement parentElement,
XMLStreamReader xtr,
Map<String,BaseChildElementParser> childParsers,
Decision decision) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
DmnJsonConverter.convertDecisionDecisionTableToJson(Decision decision,
String id,
String name,
String description) |
protected com.fasterxml.jackson.databind.node.ObjectNode |
DmnJsonConverter.populateDecisionNode(com.fasterxml.jackson.databind.node.ObjectNode decisionNode,
Decision decision,
Map<String,List<String>> sourceTargetRefMap,
DmnJsonConverterContext converterContext) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,List<String>> |
DmnJsonConverter.createDecisionSourceTargetRefMap(List<Decision> decisions) |
| Modifier and Type | Method and Description |
|---|---|
DecisionExecutionAuditContainer |
RuleEngineExecutor.execute(Decision decision,
ExecuteDecisionContext executeDecisionInfo) |
| Modifier and Type | Method and Description |
|---|---|
DecisionExecutionAuditContainer |
RuleEngineExecutorImpl.execute(Decision decision,
ExecuteDecisionContext executeDecisionInfo)
Executes the given decision and creates the outcome results
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDmnEngineAgenda.planExecuteDecisionOperation(ExecuteDecisionContext executeDecisionContext,
Decision decision) |
void |
DmnEngineAgenda.planExecuteDecisionOperation(ExecuteDecisionContext executeDecisionContext,
Decision decision) |
| Modifier and Type | Field and Description |
|---|---|
protected Decision |
ExecuteDecisionOperation.decision |
| Modifier and Type | Method and Description |
|---|---|
protected List<Decision> |
ExecuteDecisionServiceOperation.determineDecisionExecutionOrder(List<Decision> allDecisions) |
protected List<Decision> |
ExecuteDecisionServiceOperation.determineDecisionExecutionOrder(List<Decision> encapsulatedDecisions,
List<Decision> outputDecisions) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Decision> |
ExecuteDecisionServiceOperation.determineDecisionExecutionOrder(List<Decision> allDecisions) |
protected List<Decision> |
ExecuteDecisionServiceOperation.determineDecisionExecutionOrder(List<Decision> encapsulatedDecisions,
List<Decision> outputDecisions) |
protected List<Decision> |
ExecuteDecisionServiceOperation.determineDecisionExecutionOrder(List<Decision> encapsulatedDecisions,
List<Decision> outputDecisions) |
| Constructor and Description |
|---|
ExecuteDecisionOperation(CommandContext commandContext,
ExecuteDecisionContext executeDecisionContext,
Decision decision) |
| Modifier and Type | Method and Description |
|---|---|
static DecisionExecutionAuditContainer |
DecisionExecutionAuditUtil.initializeDecisionExecutionAudit(Decision decision,
ExecuteDecisionContext executeDecisionInfo) |
| Modifier and Type | Method and Description |
|---|---|
Decision |
ParsedDeployment.getDecisionForDecisionEntity(DecisionEntity decisionEntity) |
| Modifier and Type | Method and Description |
|---|---|
static ELExecutionContext |
ELExecutionContextBuilder.build(Decision decision,
ExecuteDecisionContext executeDecisionInfo) |
| Modifier and Type | Field and Description |
|---|---|
protected Decision |
DecisionCacheEntry.decision |
| Modifier and Type | Method and Description |
|---|---|
Decision |
DecisionCacheEntry.getDecision() |
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionCacheEntry.setDecision(Decision decision) |
| Constructor and Description |
|---|
DecisionCacheEntry(DecisionEntity decisionEntity,
DmnDefinition dmnDefinition,
Decision decision) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultDecisionRequirementsDiagramGenerator.drawDecision(DefaultDecisionRequirementsDiagramCanvas decisionRequirementsDiagramCanvas,
DmnDefinition dmnDefinition,
Decision decision,
double scaleFactor) |
protected void |
DefaultDecisionRequirementsDiagramGenerator.drawInformationRequirement(DefaultDecisionRequirementsDiagramCanvas decisionRequirementsDiagramCanvas,
DmnDefinition dmnDefinition,
InformationRequirement informationRequirement,
Decision targetDecision,
double scaleFactor) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Decision> |
DmnDefinition.decisions |
| Modifier and Type | Method and Description |
|---|---|
Decision |
DmnDefinition.getDecisionById(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<Decision> |
DmnDefinition.getDecisions() |
| Modifier and Type | Method and Description |
|---|---|
void |
DmnDefinition.addDecision(Decision decision) |
| Modifier and Type | Field and Description |
|---|---|
protected Decision |
ConversionHelper.currentDecision |
| Modifier and Type | Method and Description |
|---|---|
Decision |
ConversionHelper.getCurrentDecision() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseDmnXMLConverter.parseChildElements(String elementName,
DmnElement parentElement,
Decision decision,
XMLStreamReader xtr) |
protected void |
BaseDmnXMLConverter.parseChildElements(String elementName,
DmnElement parentElement,
Map<String,BaseChildElementParser> additionalParsers,
Decision decision,
XMLStreamReader xtr) |
void |
ConversionHelper.setCurrentDecision(Decision currentDecision) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DmnDisplayJsonConverter.processDecisions(List<Decision> decisions,
DmnDefinition model,
com.fasterxml.jackson.databind.node.ArrayNode elementArray,
GraphicInfo diagramInfo) |
Copyright © 2023 Flowable. All rights reserved.