Class ResultListDecisionTableResultMapper
- java.lang.Object
-
- org.camunda.bpm.engine.impl.dmn.result.ResultListDecisionTableResultMapper
-
- All Implemented Interfaces:
DecisionResultMapper
public class ResultListDecisionTableResultMapper extends java.lang.Object implements DecisionResultMapper
Maps the decision result to a list of pairs that contains output name and untyped entry.- Author:
- Philipp Ossler
-
-
Constructor Summary
Constructors Constructor Description ResultListDecisionTableResultMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
mapDecisionResult(DmnDecisionResult decisionResult)
Maps the decision result into a value that can set as process variable.
-
-
-
Method Detail
-
mapDecisionResult
public java.lang.Object mapDecisionResult(DmnDecisionResult decisionResult)
Description copied from interface:DecisionResultMapper
Maps the decision result into a value that can set as process variable.- Specified by:
mapDecisionResult
in interfaceDecisionResultMapper
- Parameters:
decisionResult
- the result of the evaluated decision- Returns:
- the value that should set as process variable
-
-