Class SingleResultDecisionResultMapper
java.lang.Object
org.camunda.bpm.engine.impl.dmn.result.SingleResultDecisionResultMapper
- All Implemented Interfaces:
- DecisionResultMapper
Maps the decision result to pairs of output name and untyped entries.
- Author:
- Philipp Ossler
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmapDecisionResult(DmnDecisionResult decisionResult) Maps the decision result into a value that can set as process variable.toString()
- 
Field Details- 
LOG
 
- 
- 
Constructor Details- 
SingleResultDecisionResultMapperpublic SingleResultDecisionResultMapper()
 
- 
- 
Method Details- 
mapDecisionResultDescription 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
 
- 
toString
 
-