public class CollectEntriesDecisionResultMapper extends Object implements DecisionResultMapper
| Modifier and Type | Field and Description | 
|---|---|
| protected static DecisionLogger | LOG | 
| Constructor and Description | 
|---|
| CollectEntriesDecisionResultMapper() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Set<String> | collectOutputNames(DmnDecisionResult decisionResult) | 
| 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 decisionprotected Set<String> collectOutputNames(DmnDecisionResult decisionResult)
Copyright © 2018. All rights reserved.