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

Packages that use DecisionResultMapper
org.camunda.bpm.engine.impl.bpmn.behavior   
org.camunda.bpm.engine.impl.bpmn.parser   
org.camunda.bpm.engine.impl.cmmn.behavior   
org.camunda.bpm.engine.impl.dmn   
org.camunda.bpm.engine.impl.dmn.result   
org.camunda.bpm.engine.impl.util   
 

Uses of DecisionResultMapper in org.camunda.bpm.engine.impl.bpmn.behavior
 

Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as DecisionResultMapper
protected  DecisionResultMapper DmnBusinessRuleTaskActivityBehavior.decisionResultMapper
           
 

Constructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type DecisionResultMapper
DmnBusinessRuleTaskActivityBehavior(BaseCallableElement callableElement, String resultVariableName, DecisionResultMapper decisionResultMapper)
           
 

Uses of DecisionResultMapper in org.camunda.bpm.engine.impl.bpmn.parser
 

Methods in org.camunda.bpm.engine.impl.bpmn.parser that return DecisionResultMapper
protected  DecisionResultMapper BpmnParse.parseDecisionResultMapper(Element businessRuleTaskElement)
           
 

Uses of DecisionResultMapper in org.camunda.bpm.engine.impl.cmmn.behavior
 

Fields in org.camunda.bpm.engine.impl.cmmn.behavior declared as DecisionResultMapper
protected  DecisionResultMapper DmnDecisionTaskActivityBehavior.decisionResultMapper
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.behavior that return DecisionResultMapper
 DecisionResultMapper DmnDecisionTaskActivityBehavior.getDecisionTableResultMapper()
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.behavior with parameters of type DecisionResultMapper
 void DmnDecisionTaskActivityBehavior.setDecisionTableResultMapper(DecisionResultMapper decisionResultMapper)
           
 

Uses of DecisionResultMapper in org.camunda.bpm.engine.impl.dmn
 

Methods in org.camunda.bpm.engine.impl.dmn with parameters of type DecisionResultMapper
 ProcessEngineException DecisionLogger.decisionResultCollectMappingException(Collection<String> outputNames, org.camunda.bpm.dmn.engine.DmnDecisionResult decisionResult, DecisionResultMapper resultMapper)
           
 ProcessEngineException DecisionLogger.decisionResultMappingException(org.camunda.bpm.dmn.engine.DmnDecisionResult decisionResult, DecisionResultMapper resultMapper, org.camunda.bpm.dmn.engine.DmnEngineException cause)
           
 

Uses of DecisionResultMapper in org.camunda.bpm.engine.impl.dmn.result
 

Classes in org.camunda.bpm.engine.impl.dmn.result that implement DecisionResultMapper
 class CollectEntriesDecisionResultMapper
          Maps the decision result to a list of untyped entries.
 class ResultListDecisionTableResultMapper
          Maps the decision result to a list of pairs that contains output name and untyped entry.
 class SingleEntryDecisionResultMapper
          Maps the decision result to a single typed entry.
 class SingleResultDecisionResultMapper
          Maps the decision result to pairs of output name and untyped entries.
 

Uses of DecisionResultMapper in org.camunda.bpm.engine.impl.util
 

Methods in org.camunda.bpm.engine.impl.util that return DecisionResultMapper
static DecisionResultMapper DecisionEvaluationUtil.getDecisionResultMapperForName(String mapDecisionResult)
           
 

Methods in org.camunda.bpm.engine.impl.util with parameters of type DecisionResultMapper
static void DecisionEvaluationUtil.evaluateDecision(AbstractVariableScope execution, BaseCallableElement callableElement, String resultVariable, DecisionResultMapper decisionResultMapper)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.