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

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

public class CollectEntriesDecisionResultMapper
extends Object
implements DecisionResultMapper

Maps the decision result to a list of untyped entries.

Author:
Philipp Ossler

Field Summary
protected static DecisionLogger LOG
           
 
Constructor Summary
CollectEntriesDecisionResultMapper()
           
 
Method Summary
protected  Set<String> collectOutputNames(org.camunda.bpm.dmn.engine.DmnDecisionResult decisionResult)
           
 Object mapDecisionResult(org.camunda.bpm.dmn.engine.DmnDecisionResult decisionResult)
          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

CollectEntriesDecisionResultMapper

public CollectEntriesDecisionResultMapper()
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

collectOutputNames

protected Set<String> collectOutputNames(org.camunda.bpm.dmn.engine.DmnDecisionResult decisionResult)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016 camunda services GmbH. All rights reserved.