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

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

public class SingleEntryDecisionTableResultMapper
extends Object
implements DecisionTableResultMapper

Maps the decision result to a single typed entry.

Author:
Philipp Ossler

Field Summary
protected static DecisionLogger LOG
           
 
Constructor Summary
SingleEntryDecisionTableResultMapper()
           
 
Method Summary
 Object mapDecisionTableResult(org.camunda.bpm.dmn.engine.DmnDecisionTableResult decisionTableResult)
          Maps the decision result into a value that can set as process variable.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOG

protected static final DecisionLogger LOG
Constructor Detail

SingleEntryDecisionTableResultMapper

public SingleEntryDecisionTableResultMapper()
Method Detail

mapDecisionTableResult

public Object mapDecisionTableResult(org.camunda.bpm.dmn.engine.DmnDecisionTableResult decisionTableResult)
Description copied from interface: DecisionTableResultMapper
Maps the decision result into a value that can set as process variable.

Specified by:
mapDecisionTableResult in interface DecisionTableResultMapper
Parameters:
decisionTableResult - 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 © 2015 camunda services GmbH. All rights reserved.