Class SingleEntryDecisionResultMapper
- java.lang.Object
-
- org.camunda.bpm.engine.impl.dmn.result.SingleEntryDecisionResultMapper
-
- All Implemented Interfaces:
DecisionResultMapper
public class SingleEntryDecisionResultMapper extends Object implements DecisionResultMapper
Maps the decision result to a single typed entry.- Author:
- Philipp Ossler
-
-
Field Summary
Fields Modifier and Type Field Description protected static DecisionLogger
LOG
-
Constructor Summary
Constructors Constructor Description SingleEntryDecisionResultMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
mapDecisionResult(DmnDecisionResult decisionResult)
Maps the decision result into a value that can set as process variable.String
toString()
-
-
-
Field Detail
-
LOG
protected static final DecisionLogger LOG
-
-
Method Detail
-
mapDecisionResult
public 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
-
-