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 |
decisionTable |
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 |
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 decisionTable) |
void |
setExecutedDecisionElements(long executedDecisionElements) |
void |
setInputs(List<DmnEvaluatedInput> inputs) |
void |
setMatchingRules(List<DmnEvaluatedDecisionRule> matchingRules) |
String |
toString() |
protected DmnDecision decisionTable
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 DmnDecisionTableEvaluationEventpublic void setDecisionTable(DmnDecision decisionTable)
public List<DmnEvaluatedInput> getInputs()
getInputs in interface DmnDecisionTableEvaluationEventpublic void setInputs(List<DmnEvaluatedInput> inputs)
public List<DmnEvaluatedDecisionRule> getMatchingRules()
getMatchingRules in interface DmnDecisionTableEvaluationEventpublic void setMatchingRules(List<DmnEvaluatedDecisionRule> matchingRules)
public String getCollectResultName()
getCollectResultName in interface DmnDecisionTableEvaluationEventHitPolicy.COLLECT was used with an aggregator otherwise nullpublic void setCollectResultName(String collectResultName)
public org.camunda.bpm.engine.variable.value.TypedValue getCollectResultValue()
getCollectResultValue in interface DmnDecisionTableEvaluationEventHitPolicy.COLLECT was used with an aggregator otherwise nullpublic void setCollectResultValue(org.camunda.bpm.engine.variable.value.TypedValue collectResultValue)
public long getExecutedDecisionElements()
getExecutedDecisionElements in interface DmnDecisionTableEvaluationEventpublic void setExecutedDecisionElements(long executedDecisionElements)
Copyright © 2018. All rights reserved.