org.camunda.bpm.engine.impl.dmn.result
Class ResultListDecisionTableResultMapper

java.lang.Object
  extended by org.camunda.bpm.engine.impl.dmn.result.ResultListDecisionTableResultMapper
All Implemented Interfaces:
DecisionResultMapper

public class ResultListDecisionTableResultMapper
extends Object
implements DecisionResultMapper

Maps the decision result to a list of pairs that contains output name and untyped entry.

Author:
Philipp Ossler

Constructor Summary
ResultListDecisionTableResultMapper()
           
 
Method Summary
 Object mapDecisionResult(org.camunda.bpm.dmn.engine.DmnDecisionResult decisionResult)
          Maps the decision result into a value that can set as process variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultListDecisionTableResultMapper

public ResultListDecisionTableResultMapper()
Method Detail

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


Copyright © 2017 camunda services GmbH. All rights reserved.