public class DmnDecisionTableEvaluationEventImpl extends Object implements DmnDecisionTableEvaluationEvent
Modifier and Type | Field and Description |
---|---|
protected String |
collectResultName |
protected org.camunda.bpm.engine.variable.value.TypedValue |
collectResultValue |
protected DmnDecision |
decision |
protected long |
executedDecisionElements |
protected List<DmnEvaluatedInput> |
inputs |
protected List<DmnEvaluatedDecisionRule> |
matchingRules |
Constructor and Description |
---|
DmnDecisionTableEvaluationEventImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getCollectResultName() |
org.camunda.bpm.engine.variable.value.TypedValue |
getCollectResultValue() |
DmnDecision |
getDecision() |
DmnDecision |
getDecisionTable() |
long |
getExecutedDecisionElements() |
List<DmnEvaluatedInput> |
getInputs() |
List<DmnEvaluatedDecisionRule> |
getMatchingRules() |
void |
setCollectResultName(String collectResultName) |
void |
setCollectResultValue(org.camunda.bpm.engine.variable.value.TypedValue collectResultValue) |
void |
setDecisionTable(DmnDecision decision) |
void |
setExecutedDecisionElements(long executedDecisionElements) |
void |
setInputs(List<DmnEvaluatedInput> inputs) |
void |
setMatchingRules(List<DmnEvaluatedDecisionRule> matchingRules) |
String |
toString() |
protected DmnDecision decision
protected List<DmnEvaluatedInput> inputs
protected List<DmnEvaluatedDecisionRule> matchingRules
protected String collectResultName
protected org.camunda.bpm.engine.variable.value.TypedValue collectResultValue
protected long executedDecisionElements
public DmnDecision getDecisionTable()
getDecisionTable
in interface DmnDecisionTableEvaluationEvent
public DmnDecision getDecision()
getDecision
in interface DmnDecisionLogicEvaluationEvent
public void setDecisionTable(DmnDecision decision)
public List<DmnEvaluatedInput> getInputs()
getInputs
in interface DmnDecisionTableEvaluationEvent
public void setInputs(List<DmnEvaluatedInput> inputs)
public List<DmnEvaluatedDecisionRule> getMatchingRules()
getMatchingRules
in interface DmnDecisionTableEvaluationEvent
public void setMatchingRules(List<DmnEvaluatedDecisionRule> matchingRules)
public String getCollectResultName()
getCollectResultName
in interface DmnDecisionTableEvaluationEvent
HitPolicy.COLLECT
was used with an aggregator otherwise nullpublic void setCollectResultName(String collectResultName)
public org.camunda.bpm.engine.variable.value.TypedValue getCollectResultValue()
getCollectResultValue
in interface DmnDecisionTableEvaluationEvent
HitPolicy.COLLECT
was used with an aggregator otherwise nullpublic void setCollectResultValue(org.camunda.bpm.engine.variable.value.TypedValue collectResultValue)
public long getExecutedDecisionElements()
getExecutedDecisionElements
in interface DmnDecisionLogicEvaluationEvent
getExecutedDecisionElements
in interface DmnDecisionTableEvaluationEvent
public void setExecutedDecisionElements(long executedDecisionElements)
Copyright © 2022. All rights reserved.