Uses of Interface
org.camunda.bpm.engine.impl.dmn.result.DecisionResultMapper
Packages that use DecisionResultMapper
Package
Description
-
Uses of DecisionResultMapper in org.camunda.bpm.engine.impl.bpmn.behavior
Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as DecisionResultMapperModifier and TypeFieldDescriptionprotected final DecisionResultMapper
DmnBusinessRuleTaskActivityBehavior.decisionResultMapper
Constructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type DecisionResultMapperModifierConstructorDescriptionDmnBusinessRuleTaskActivityBehavior
(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 DecisionResultMapperModifier and TypeMethodDescriptionprotected 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 DecisionResultMapperModifier and TypeFieldDescriptionprotected DecisionResultMapper
DmnDecisionTaskActivityBehavior.decisionResultMapper
Methods in org.camunda.bpm.engine.impl.cmmn.behavior that return DecisionResultMapperMethods in org.camunda.bpm.engine.impl.cmmn.behavior with parameters of type DecisionResultMapperModifier and TypeMethodDescriptionvoid
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 DecisionResultMapperModifier and TypeMethodDescriptionDecisionLogger.decisionResultCollectMappingException
(Collection<String> outputNames, DmnDecisionResult decisionResult, DecisionResultMapper resultMapper) DecisionLogger.decisionResultMappingException
(DmnDecisionResult decisionResult, DecisionResultMapper resultMapper, DmnEngineException cause) -
Uses of DecisionResultMapper in org.camunda.bpm.engine.impl.dmn.result
Classes in org.camunda.bpm.engine.impl.dmn.result that implement DecisionResultMapperModifier and TypeClassDescriptionclass
Maps the decision result to a list of untyped entries.class
Maps the decision result to a list of pairs that contains output name and untyped entry.class
Maps the decision result to a single typed entry.class
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 DecisionResultMapperModifier and TypeMethodDescriptionstatic DecisionResultMapper
DecisionEvaluationUtil.getDecisionResultMapperForName
(String mapDecisionResult) Methods in org.camunda.bpm.engine.impl.util with parameters of type DecisionResultMapperModifier and TypeMethodDescriptionstatic void
DecisionEvaluationUtil.evaluateDecision
(AbstractVariableScope execution, String defaultTenantId, BaseCallableElement callableElement, String resultVariable, DecisionResultMapper decisionResultMapper)