Class SingleEntryDecisionResultMapper
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.dmn.result.SingleEntryDecisionResultMapper
 
- 
- All Implemented Interfaces:
- DecisionResultMapper
 
 public class SingleEntryDecisionResultMapper extends java.lang.Object implements DecisionResultMapper Maps the decision result to a single typed entry.- Author:
- Philipp Ossler
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static DecisionLoggerLOG
 - 
Constructor SummaryConstructors Constructor Description SingleEntryDecisionResultMapper()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectmapDecisionResult(DmnDecisionResult decisionResult)Maps the decision result into a value that can set as process variable.java.lang.StringtoString()
 
- 
- 
- 
Field Detail- 
LOGprotected static final DecisionLogger LOG 
 
- 
 - 
Method Detail- 
mapDecisionResultpublic java.lang.Object mapDecisionResult(DmnDecisionResult decisionResult) Description copied from interface:DecisionResultMapperMaps the decision result into a value that can set as process variable.- Specified by:
- mapDecisionResultin interface- DecisionResultMapper
- Parameters:
- decisionResult- the result of the evaluated decision
- Returns:
- the value that should set as process variable
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-