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)
DecisionResultMappermapDecisionResult in interface DecisionResultMapperdecisionResult - the result of the evaluated decisionCopyright © 2018. All rights reserved.