org.camunda.bpm.dmn.engine.impl.delegate
Class DmnDecisionLiteralExpressionEvaluationEventImpl
java.lang.Object
org.camunda.bpm.dmn.engine.impl.delegate.DmnDecisionLiteralExpressionEvaluationEventImpl
- All Implemented Interfaces:
- DmnDecisionLiteralExpressionEvaluationEvent, DmnDecisionLogicEvaluationEvent
public class DmnDecisionLiteralExpressionEvaluationEventImpl
- extends Object
- implements DmnDecisionLiteralExpressionEvaluationEvent
decision
protected DmnDecision decision
outputName
protected String outputName
outputValue
protected org.camunda.bpm.engine.variable.value.TypedValue outputValue
executedDecisionElements
protected long executedDecisionElements
DmnDecisionLiteralExpressionEvaluationEventImpl
public DmnDecisionLiteralExpressionEvaluationEventImpl()
getDecision
public DmnDecision getDecision()
- Specified by:
getDecision in interface DmnDecisionLogicEvaluationEvent
- Returns:
- the evaluated decision
setDecision
public void setDecision(DmnDecision decision)
getOutputName
public String getOutputName()
- Specified by:
getOutputName in interface DmnDecisionLiteralExpressionEvaluationEvent
- Returns:
- the output name of the evaluated expression
setOutputName
public void setOutputName(String outputName)
getOutputValue
public org.camunda.bpm.engine.variable.value.TypedValue getOutputValue()
- Specified by:
getOutputValue in interface DmnDecisionLiteralExpressionEvaluationEvent
- Returns:
- the value of the evaluated expression
setOutputValue
public void setOutputValue(org.camunda.bpm.engine.variable.value.TypedValue outputValue)
getExecutedDecisionElements
public long getExecutedDecisionElements()
- Specified by:
getExecutedDecisionElements in interface DmnDecisionLogicEvaluationEvent
- Returns:
- the number of executed decision elements during the evaluation
setExecutedDecisionElements
public void setExecutedDecisionElements(long executedDecisionElements)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2017 camunda services GmbH. All rights reserved.