Interface DmnDecisionLiteralExpressionEvaluationEvent
- All Superinterfaces:
DmnDecisionLogicEvaluationEvent
- All Known Implementing Classes:
DmnDecisionLiteralExpressionEvaluationEventImpl
public interface DmnDecisionLiteralExpressionEvaluationEvent
extends DmnDecisionLogicEvaluationEvent
Event which represents the evaluation of a decision with a literal expression.
-
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.engine.variable.value.TypedValueMethods inherited from interface org.camunda.bpm.dmn.engine.delegate.DmnDecisionLogicEvaluationEvent
getDecision, getExecutedDecisionElements
-
Method Details
-
getOutputName
String getOutputName()- Returns:
- the output name of the evaluated expression
-
getOutputValue
org.camunda.bpm.engine.variable.value.TypedValue getOutputValue()- Returns:
- the value of the evaluated expression
-