Class CollectEntriesDecisionResultMapper
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.dmn.result.CollectEntriesDecisionResultMapper
 
- 
- All Implemented Interfaces:
- DecisionResultMapper
 
 public class CollectEntriesDecisionResultMapper extends java.lang.Object implements DecisionResultMapper Maps the decision result to a list of untyped entries.- Author:
- Philipp Ossler
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static DecisionLoggerLOG
 - 
Constructor SummaryConstructors Constructor Description CollectEntriesDecisionResultMapper()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Set<java.lang.String>collectOutputNames(DmnDecisionResult decisionResult)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
 
 - 
collectOutputNamesprotected java.util.Set<java.lang.String> collectOutputNames(DmnDecisionResult decisionResult) 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-