Uses of Interface
org.camunda.bpm.engine.impl.dmn.result.DecisionResultMapper
-
-
Uses of DecisionResultMapper in org.camunda.bpm.engine.impl.bpmn.behavior
Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as DecisionResultMapper Modifier and Type Field Description protected DecisionResultMapper
DmnBusinessRuleTaskActivityBehavior. decisionResultMapper
Constructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type DecisionResultMapper Constructor Description DmnBusinessRuleTaskActivityBehavior(BaseCallableElement callableElement, String resultVariableName, DecisionResultMapper decisionResultMapper)
-
Uses of DecisionResultMapper in org.camunda.bpm.engine.impl.bpmn.parser
Methods in org.camunda.bpm.engine.impl.bpmn.parser that return DecisionResultMapper Modifier and Type Method Description protected DecisionResultMapper
BpmnParse. parseDecisionResultMapper(Element businessRuleTaskElement)
-
Uses of DecisionResultMapper in org.camunda.bpm.engine.impl.cmmn.behavior
Fields in org.camunda.bpm.engine.impl.cmmn.behavior declared as DecisionResultMapper Modifier and Type Field Description protected DecisionResultMapper
DmnDecisionTaskActivityBehavior. decisionResultMapper
Methods in org.camunda.bpm.engine.impl.cmmn.behavior that return DecisionResultMapper Modifier and Type Method Description DecisionResultMapper
DmnDecisionTaskActivityBehavior. getDecisionTableResultMapper()
Methods in org.camunda.bpm.engine.impl.cmmn.behavior with parameters of type DecisionResultMapper Modifier and Type Method Description void
DmnDecisionTaskActivityBehavior. setDecisionTableResultMapper(DecisionResultMapper decisionResultMapper)
-
Uses of DecisionResultMapper in org.camunda.bpm.engine.impl.dmn
Methods in org.camunda.bpm.engine.impl.dmn with parameters of type DecisionResultMapper Modifier and Type Method Description ProcessEngineException
DecisionLogger. decisionResultCollectMappingException(Collection<String> outputNames, DmnDecisionResult decisionResult, DecisionResultMapper resultMapper)
ProcessEngineException
DecisionLogger. decisionResultMappingException(DmnDecisionResult decisionResult, DecisionResultMapper resultMapper, DmnEngineException cause)
-
Uses of DecisionResultMapper in org.camunda.bpm.engine.impl.dmn.result
Classes in org.camunda.bpm.engine.impl.dmn.result that implement DecisionResultMapper Modifier and Type Class Description class
CollectEntriesDecisionResultMapper
Maps the decision result to a list of untyped entries.class
ResultListDecisionTableResultMapper
Maps the decision result to a list of pairs that contains output name and untyped entry.class
SingleEntryDecisionResultMapper
Maps the decision result to a single typed entry.class
SingleResultDecisionResultMapper
Maps the decision result to pairs of output name and untyped entries. -
Uses of DecisionResultMapper in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util that return DecisionResultMapper Modifier and Type Method Description static DecisionResultMapper
DecisionEvaluationUtil. getDecisionResultMapperForName(String mapDecisionResult)
Methods in org.camunda.bpm.engine.impl.util with parameters of type DecisionResultMapper Modifier and Type Method Description static void
DecisionEvaluationUtil. evaluateDecision(AbstractVariableScope execution, BaseCallableElement callableElement, String resultVariable, DecisionResultMapper decisionResultMapper)
-