Modifier and Type | Field and Description |
---|---|
protected DecisionResultMapper |
DmnBusinessRuleTaskActivityBehavior.decisionResultMapper |
Constructor and Description |
---|
DmnBusinessRuleTaskActivityBehavior(BaseCallableElement callableElement,
String resultVariableName,
DecisionResultMapper decisionResultMapper) |
Modifier and Type | Method and Description |
---|---|
protected DecisionResultMapper |
BpmnParse.parseDecisionResultMapper(Element businessRuleTaskElement) |
Modifier and Type | Field and Description |
---|---|
protected DecisionResultMapper |
DmnDecisionTaskActivityBehavior.decisionResultMapper |
Modifier and Type | Method and Description |
---|---|
DecisionResultMapper |
DmnDecisionTaskActivityBehavior.getDecisionTableResultMapper() |
Modifier and Type | Method and Description |
---|---|
void |
DmnDecisionTaskActivityBehavior.setDecisionTableResultMapper(DecisionResultMapper decisionResultMapper) |
Modifier and Type | Method and Description |
---|---|
ProcessEngineException |
DecisionLogger.decisionResultCollectMappingException(Collection<String> outputNames,
DmnDecisionResult decisionResult,
DecisionResultMapper resultMapper) |
ProcessEngineException |
DecisionLogger.decisionResultMappingException(DmnDecisionResult decisionResult,
DecisionResultMapper resultMapper,
DmnEngineException cause) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static DecisionResultMapper |
DecisionEvaluationUtil.getDecisionResultMapperForName(String mapDecisionResult) |
Modifier and Type | Method and Description |
---|---|
static void |
DecisionEvaluationUtil.evaluateDecision(AbstractVariableScope execution,
BaseCallableElement callableElement,
String resultVariable,
DecisionResultMapper decisionResultMapper) |
Copyright © 2022. All rights reserved.