Modifier and Type | Field and Description |
---|---|
protected List<DmnDecisionTableOutputImpl> |
DmnDecisionTableImpl.outputs |
Modifier and Type | Method and Description |
---|---|
List<DmnDecisionTableOutputImpl> |
DmnDecisionTableImpl.getOutputs() |
Modifier and Type | Method and Description |
---|---|
void |
DmnDecisionTableImpl.setOutputs(List<DmnDecisionTableOutputImpl> outputs) |
Constructor and Description |
---|
DmnEvaluatedOutputImpl(DmnDecisionTableOutputImpl decisionTableOutput,
org.camunda.bpm.engine.variable.value.TypedValue value) |
Modifier and Type | Method and Description |
---|---|
protected DmnEvaluatedDecisionRule |
DecisionTableEvaluationHandler.evaluateMatchingRule(List<DmnDecisionTableOutputImpl> decisionTableOutputs,
DmnDecisionTableRuleImpl matchingRule,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
protected Map<String,DmnEvaluatedOutput> |
DecisionTableEvaluationHandler.evaluateOutputEntries(List<DmnDecisionTableOutputImpl> decisionTableOutputs,
DmnDecisionTableRuleImpl matchingRule,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
Modifier and Type | Method and Description |
---|---|
void |
DmnTransformListener.transformDecisionTableOutput(Output output,
DmnDecisionTableOutputImpl dmnOutput)
Notified after a DMN decision table output was transformed
|
Modifier and Type | Method and Description |
---|---|
protected DmnDecisionTableOutputImpl |
DmnDecisionTableOutputTransformHandler.createDmnElement(DmnElementTransformContext context,
Output output) |
protected DmnDecisionTableOutputImpl |
DmnDecisionTableOutputTransformHandler.createFromOutput(DmnElementTransformContext context,
Output output) |
DmnDecisionTableOutputImpl |
DmnDecisionTableOutputTransformHandler.handleElement(DmnElementTransformContext context,
Output output) |
protected DmnDecisionTableOutputImpl |
DefaultDmnTransform.transformDecisionTableOutput(Output output) |
Modifier and Type | Method and Description |
---|---|
DmnTransformException |
DmnTransformLogger.compoundOutputsShouldHaveAnOutputName(DmnDecisionTableImpl dmnDecisionTable,
DmnDecisionTableOutputImpl dmnOutput) |
DmnTransformException |
DmnTransformLogger.compoundOutputWithDuplicateName(DmnDecisionTableImpl dmnDecisionTable,
DmnDecisionTableOutputImpl dmnOutput) |
DmnTransformException |
DmnTransformLogger.decisionTableOutputIdIsMissing(DmnDecision dmnDecision,
DmnDecisionTableOutputImpl dmnDecisionTableOutput) |
protected void |
DefaultDmnTransform.notifyTransformListeners(Output output,
DmnDecisionTableOutputImpl dmnOutput) |
Copyright © 2022. All rights reserved.