org.camunda.bpm.engine.impl.dmn.result
Class SingleResultDecisionResultMapper
java.lang.Object
org.camunda.bpm.engine.impl.dmn.result.SingleResultDecisionResultMapper
- All Implemented Interfaces:
- DecisionResultMapper
public class SingleResultDecisionResultMapper
- extends Object
- implements DecisionResultMapper
Maps the decision result to pairs of output name and untyped entries.
- Author:
- Philipp Ossler
Method Summary |
Object |
mapDecisionResult(org.camunda.bpm.dmn.engine.DmnDecisionResult decisionResult)
Maps the decision result into a value that can set as process variable. |
String |
toString()
|
LOG
protected static final DecisionLogger LOG
SingleResultDecisionResultMapper
public SingleResultDecisionResultMapper()
mapDecisionResult
public Object mapDecisionResult(org.camunda.bpm.dmn.engine.DmnDecisionResult decisionResult)
- Description copied from interface:
DecisionResultMapper
- Maps the decision result into a value that can set as process variable.
- Specified by:
mapDecisionResult
in interface DecisionResultMapper
- Parameters:
decisionResult
- the result of the evaluated decision
- Returns:
- the value that should set as process variable
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2017 camunda services GmbH. All rights reserved.