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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getOutputName()
TypedValue
getOutputValue()
-
Methods inherited from interface org.camunda.bpm.dmn.engine.delegate.DmnDecisionLogicEvaluationEvent
getDecision, getExecutedDecisionElements
-
-
-
-
Method Detail
-
getOutputName
String getOutputName()
- Returns:
- the output name of the evaluated expression
-
getOutputValue
TypedValue getOutputValue()
- Returns:
- the value of the evaluated expression
-
-