Uses of Class
org.camunda.bpm.dmn.engine.impl.DmnDecisionTableOutputImpl
Package
Description
-
Uses of DmnDecisionTableOutputImpl in org.camunda.bpm.dmn.engine.impl
Modifier and TypeFieldDescriptionprotected List<DmnDecisionTableOutputImpl>
DmnDecisionTableImpl.outputs
Modifier and TypeMethodDescriptionvoid
DmnDecisionTableImpl.setOutputs
(List<DmnDecisionTableOutputImpl> outputs) -
Uses of DmnDecisionTableOutputImpl in org.camunda.bpm.dmn.engine.impl.delegate
ModifierConstructorDescriptionDmnEvaluatedOutputImpl
(DmnDecisionTableOutputImpl decisionTableOutput, TypedValue value) -
Uses of DmnDecisionTableOutputImpl in org.camunda.bpm.dmn.engine.impl.evaluation
Modifier and TypeMethodDescriptionprotected DmnEvaluatedDecisionRule
DecisionTableEvaluationHandler.evaluateMatchingRule
(List<DmnDecisionTableOutputImpl> decisionTableOutputs, DmnDecisionTableRuleImpl matchingRule, VariableContext variableContext) protected Map<String,
DmnEvaluatedOutput> DecisionTableEvaluationHandler.evaluateOutputEntries
(List<DmnDecisionTableOutputImpl> decisionTableOutputs, DmnDecisionTableRuleImpl matchingRule, VariableContext variableContext) -
Uses of DmnDecisionTableOutputImpl in org.camunda.bpm.dmn.engine.impl.spi.transform
Modifier and TypeMethodDescriptionvoid
DmnTransformListener.transformDecisionTableOutput
(Output output, DmnDecisionTableOutputImpl dmnOutput) Notified after a DMN decision table output was transformed -
Uses of DmnDecisionTableOutputImpl in org.camunda.bpm.dmn.engine.impl.transform
Modifier and TypeMethodDescriptionprotected DmnDecisionTableOutputImpl
DmnDecisionTableOutputTransformHandler.createDmnElement
(DmnElementTransformContext context, Output output) protected DmnDecisionTableOutputImpl
DmnDecisionTableOutputTransformHandler.createFromOutput
(DmnElementTransformContext context, Output output) DmnDecisionTableOutputTransformHandler.handleElement
(DmnElementTransformContext context, Output output) protected DmnDecisionTableOutputImpl
DefaultDmnTransform.transformDecisionTableOutput
(Output output) Modifier and TypeMethodDescriptionDmnTransformLogger.compoundOutputsShouldHaveAnOutputName
(DmnDecisionTableImpl dmnDecisionTable, DmnDecisionTableOutputImpl dmnOutput) DmnTransformLogger.compoundOutputWithDuplicateName
(DmnDecisionTableImpl dmnDecisionTable, DmnDecisionTableOutputImpl dmnOutput) DmnTransformLogger.decisionTableOutputIdIsMissing
(DmnDecision dmnDecision, DmnDecisionTableOutputImpl dmnDecisionTableOutput) protected void
DefaultDmnTransform.notifyTransformListeners
(Output output, DmnDecisionTableOutputImpl dmnOutput)