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

Packages that use DecisionTableResultMapper
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 DecisionTableResultMapper in org.camunda.bpm.engine.impl.bpmn.behavior
 

Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as DecisionTableResultMapper
protected  DecisionTableResultMapper DmnBusinessRuleTaskActivityBehavior.decisionTableResultMapper
           
 

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

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

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

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

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

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

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

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

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

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

Classes in org.camunda.bpm.engine.impl.dmn.result that implement DecisionTableResultMapper
 class CollectEntriesDecisionTableResultMapper
          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 SingleEntryDecisionTableResultMapper
          Maps the decision result to a single typed entry.
 class SingleResultDecisionTableResultMapper
          Maps the decision result to pairs of output name and untyped entries.
 

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

Methods in org.camunda.bpm.engine.impl.util that return DecisionTableResultMapper
static DecisionTableResultMapper DecisionTableUtil.getDecisionTableResultMapperForName(String mapDecisionResult)
           
 

Methods in org.camunda.bpm.engine.impl.util with parameters of type DecisionTableResultMapper
static void DecisionTableUtil.evaluateDecisionTable(AbstractVariableScope execution, BaseCallableElement callableElement, String resultVariable, DecisionTableResultMapper decisionTableResultMapper)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.