org.camunda.bpm.engine.impl.dmn.result
Class CollectEntriesDecisionTableResultMapper
java.lang.Object
org.camunda.bpm.engine.impl.dmn.result.CollectEntriesDecisionTableResultMapper
- All Implemented Interfaces:
- DecisionTableResultMapper
public class CollectEntriesDecisionTableResultMapper
- extends Object
- implements DecisionTableResultMapper
Maps the decision result to a list of untyped entries.
- Author:
- Philipp Ossler
LOG
protected static final DecisionLogger LOG
CollectEntriesDecisionTableResultMapper
public CollectEntriesDecisionTableResultMapper()
mapDecisionTableResult
public Object mapDecisionTableResult(org.camunda.bpm.dmn.engine.DmnDecisionTableResult decisionResult)
- 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:
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.DmnDecisionTableResult decisionResult)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2016 camunda services GmbH. All rights reserved.