public class SingleResultDecisionResultMapper extends Object implements DecisionResultMapper
Modifier and Type | Field and Description |
---|---|
protected static DecisionLogger |
LOG |
Constructor and Description |
---|
SingleResultDecisionResultMapper() |
Modifier and Type | Method and Description |
---|---|
Object |
mapDecisionResult(DmnDecisionResult decisionResult)
Maps the decision result into a value that can set as process variable.
|
String |
toString() |
protected static final DecisionLogger LOG
public Object mapDecisionResult(DmnDecisionResult decisionResult)
DecisionResultMapper
mapDecisionResult
in interface DecisionResultMapper
decisionResult
- the result of the evaluated decisionCopyright © 2022. All rights reserved.