org.camunda.bpm.engine.impl.dmn.result
Interface DecisionTableResultMapper

All Known Implementing Classes:
CollectEntriesDecisionTableResultMapper, ResultListDecisionTableResultMapper, SingleEntryDecisionTableResultMapper, SingleResultDecisionTableResultMapper

public interface DecisionTableResultMapper

Mapping function for the decision table result.

Author:
Philipp Ossler

Method Summary
 Object mapDecisionTableResult(org.camunda.bpm.dmn.engine.DmnDecisionTableResult decisionTableResult)
          Maps the decision result into a value that can set as process variable.
 

Method Detail

mapDecisionTableResult

Object mapDecisionTableResult(org.camunda.bpm.dmn.engine.DmnDecisionTableResult decisionTableResult)
Maps the decision result into a value that can set as process variable.

Parameters:
decisionTableResult - the result of the evaluated decision
Returns:
the value that should set as process variable
Throws:
ProcessEngineException - if the decision result can not be mapped


Copyright © 2016 camunda services GmbH. All rights reserved.