Uses of Interface
org.camunda.bpm.dmn.engine.delegate.DmnEvaluatedOutput
Packages that use DmnEvaluatedOutput
Package
Description
-
Uses of DmnEvaluatedOutput in org.camunda.bpm.dmn.engine.delegate
Methods in org.camunda.bpm.dmn.engine.delegate that return types with arguments of type DmnEvaluatedOutput -
Uses of DmnEvaluatedOutput in org.camunda.bpm.dmn.engine.impl.delegate
Classes in org.camunda.bpm.dmn.engine.impl.delegate that implement DmnEvaluatedOutputFields in org.camunda.bpm.dmn.engine.impl.delegate with type parameters of type DmnEvaluatedOutputModifier and TypeFieldDescriptionprotected Map<String,
DmnEvaluatedOutput> DmnEvaluatedDecisionRuleImpl.outputEntries
Methods in org.camunda.bpm.dmn.engine.impl.delegate that return types with arguments of type DmnEvaluatedOutputMethod parameters in org.camunda.bpm.dmn.engine.impl.delegate with type arguments of type DmnEvaluatedOutputModifier and TypeMethodDescriptionvoid
DmnEvaluatedDecisionRuleImpl.setOutputEntries
(Map<String, DmnEvaluatedOutput> outputEntries) -
Uses of DmnEvaluatedOutput in org.camunda.bpm.dmn.engine.impl.evaluation
Methods in org.camunda.bpm.dmn.engine.impl.evaluation that return types with arguments of type DmnEvaluatedOutputModifier and TypeMethodDescriptionprotected Map<String,
DmnEvaluatedOutput> DecisionTableEvaluationHandler.evaluateOutputEntries
(List<DmnDecisionTableOutputImpl> decisionTableOutputs, DmnDecisionTableRuleImpl matchingRule, VariableContext variableContext) -
Uses of DmnEvaluatedOutput in org.camunda.bpm.dmn.engine.impl.hitpolicy
Method parameters in org.camunda.bpm.dmn.engine.impl.hitpolicy with type arguments of type DmnEvaluatedOutputModifier and TypeMethodDescriptionDmnHitPolicyLogger.aggregationNotApplicableOnCompoundOutput
(BuiltinAggregator aggregator, Map<String, DmnEvaluatedOutput> outputEntries)