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

All Known Implementing Classes:
CollectEntriesDecisionResultMapper, ResultListDecisionTableResultMapper, SingleEntryDecisionResultMapper, SingleResultDecisionResultMapper

public interface DecisionResultMapper

Mapping function for a decision result.

Author:
Philipp Ossler

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

Method Detail

mapDecisionResult

Object mapDecisionResult(org.camunda.bpm.dmn.engine.DmnDecisionResult decisionResult)
Maps the decision result into a value that can set as process variable.

Parameters:
decisionResult - 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 © 2017 camunda services GmbH. All rights reserved.